mirror of
https://github.com/revanced/revanced-patcher
synced 2024-11-27 18:13:37 +01:00
17 lines
234 B
Plaintext
17 lines
234 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.6.10"
|
|
java
|
|
}
|
|
|
|
group = "net.revanced"
|
|
version = "1.0"
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(kotlin("stdlib"))
|
|
|
|
implementation("org.smali:dexlib2:2.5.2")
|
|
} |