jadx/jadx-plugins-tools/build.gradle.kts

12 lines
191 B
Plaintext
Raw Permalink Normal View History

plugins {
id("jadx-library")
}
dependencies {
api(project(":jadx-core"))
implementation(project(":jadx-commons:jadx-app-commons"))
2024-07-17 19:41:38 +00:00
implementation("com.google.code.gson:gson:2.11.0")
}