linisme / Cipher.so

A simple way to encrypt your secure data like passwords into a native .so library.
Apache License 2.0
1.31k stars 147 forks source link

Unable to add cipher.so to my project #22

Open nowfalsalahudeen opened 6 years ago

nowfalsalahudeen commented 6 years ago

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 :

bekirdursun commented 6 years ago

@nowfalsalahudeen Add to root build.gradle;

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

sun8829 commented 6 years ago

@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()

}
cergo123 commented 5 years ago

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

smxy34 commented 3 years ago

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

bekirdursun commented 3 years ago

@linisme

Farrukh381 commented 3 years ago

@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