android-apktool icon indicating copy to clipboard operation
android-apktool copied to clipboard

ApkTool 2.9.2 for Android

Screenshot

Decode Build

Add it in your root build.gradle at the end of repositories:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

Add the dependency

dependencies {
    implementation("com.github.timscriptov:android-apktool:Tag")
}