/Apktool-Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

ApkTool-kotlin

A kotlin/java library to use ApkTool programatically and provides good api

currently apktool's maven build are broken and its api aren't that good to be used as library

Features

Usage

full example of usage here

Download

  • add maven { url "https://jitpack.io" } in settings.gradle
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url "https://jitpack.io" }
    }
}

add to your app's build.gradle

dependencies {
    implementation 'com.github.KuhakuPixel:Apktool-Kotlin:0.0.2'
}