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 import this library in android studio ? #1

Open
nitinkumar19 opened this issue Dec 1, 2017 · 2 comments
Open

unable to import this library in android studio ? #1

nitinkumar19 opened this issue Dec 1, 2017 · 2 comments

Comments

@nitinkumar19
Copy link

I am unable to import this library in android studio either as module or via grade.settings file and gradle.build file ?

@andot
Copy link
Member

andot commented Dec 4, 2017

You can try to use the source of this project directly.

@nikname
Copy link

nikname commented Aug 3, 2018

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'
}

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

3 participants