Skip to content

hyperether/android-toolbox

Repository files navigation

android-toolbox

Implement library via Maven

In project gradle

    allprojects {
    repositories {
        google()
        maven {
            url = uri("https://maven.pkg.github.com/hyperether/android-toolbox")

            credentials {
                username = "hyperether"
                password = "YOUR_PERSONAL_GITHUB_TOKEN"
            }
        }
    }
}

In app gradle add dependency

    dependencies {
    implementation 'com.hyperether:android-toolbox:1.0.18'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages