jadx/jadx-plugins-tools/build.gradle.kts
2024-07-19 00:19:47 +03:00

12 lines
191 B
Plaintext

plugins {
id("jadx-library")
}
dependencies {
api(project(":jadx-core"))
implementation(project(":jadx-commons:jadx-app-commons"))
implementation("com.google.code.gson:gson:2.11.0")
}