Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add cipher.so to my project #22

Open
nowfalsalahudeen opened this issue Apr 3, 2018 · 6 comments
Open

Unable to add cipher.so to my project #22

nowfalsalahudeen opened this issue Apr 3, 2018 · 6 comments

Comments

@bekirdursun
Copy link

@nowfalsalahudeen Add to root build.gradle;

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

@sun8829
Copy link

sun8829 commented Apr 17, 2018

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

}

@JagarYousef
Copy link

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

@smxy34
Copy link

smxy34 commented Jul 8, 2021

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

@bekirdursun
Copy link

@linisme

@Farrukh381
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants