Skip to content

CrackerCat/Android-ApkTool-Library

 
 

Repository files navigation

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")
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.2%
  • Kotlin 3.6%
  • HTML 1.2%