We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to import this library in android studio either as module or via grade.settings file and gradle.build file ?
The text was updated successfully, but these errors were encountered:
You can try to use the source of this project directly.
Sorry, something went wrong.
Add Maven Central to the "allprojects" block of your top-level build file
// Top-level build file allprojects { repositories { ... mavenCentral() } }
and then in your module build.gradle simply add the depencency
// Module build file dependencyes { .... implementation 'org.xxtea:xxtea-java:1.0.5' }
No branches or pull requests
I am unable to import this library in android studio either as module or via grade.settings file and gradle.build file ?
The text was updated successfully, but these errors were encountered: