Cipher.so icon indicating copy to clipboard operation
Cipher.so copied to clipboard

Unable to add cipher.so to my project

Open nowfalsalahudeen opened this issue 7 years ago • 6 comments

Could not find com.github.MEiDIK:Cipher.so:dev-SNAPSHOT. Searched in the following locations: https://dl.google.com/dl/android/maven2/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/maven-metadata.xml https://dl.google.com/dl/android/maven2/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/Cipher.so-dev-SNAPSHOT.pom https://dl.google.com/dl/android/maven2/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/Cipher.so-dev-SNAPSHOT.jar https://jcenter.bintray.com/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/maven-metadata.xml https://jcenter.bintray.com/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/Cipher.so-dev-SNAPSHOT.pom https://jcenter.bintray.com/com/github/MEiDIK/Cipher.so/dev-SNAPSHOT/Cipher.so-dev-SNAPSHOT.jar Required by: project :

nowfalsalahudeen avatar Apr 03 '18 05:04 nowfalsalahudeen

@nowfalsalahudeen Add to root build.gradle;

repositories { google() maven { url 'https://jitpack.io' } }

bekirdursun avatar Apr 06 '18 14:04 bekirdursun

@bekirdursun I have the same problem, and i have added "maven { url 'https://jitpack.io' }" to root build.gradle .

repositories { flatDir { dirs 'libs' } google() maven { url 'https://jitpack.io' } jcenter()

}

sun8829 avatar Apr 17 '18 02:04 sun8829

add maven { url "https://jitpack.io" } to buildscript too

sleepynight2024 avatar Oct 02 '19 09:10 sleepynight2024

image this's my code,but build is error.

smxy34 avatar Jul 08 '21 07:07 smxy34

@linisme

bekirdursun avatar Jul 09 '21 11:07 bekirdursun

@linisme i am facing same issue look like repo is deleted from jetpack . Please give us some solution as we using it many production apps

Farrukh381 avatar Jul 26 '21 10:07 Farrukh381