mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-25 12:11:05 +00:00
feat: Add CLI
This commit is contained in:
20
build.gradle
Normal file
20
build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
|
||||
}
|
||||
|
||||
group 'app.revanced'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(files("P:\\Andere Dateien\\STUFF\\Coding\\Java\\revanced\\revanced-patcher\\build\\libs\\revanced-patcher-1.0.0-dev.8.jar"))
|
||||
implementation(files("P:\\Andere Dateien\\STUFF\\Coding\\Java\\revanced\\revanced-patches\\build\\libs\\revanced-patches-1.0.0-dev.4.jar"))
|
||||
|
||||
implementation("com.google.code.gson:gson:2.9.0")
|
||||
implementation("com.github.lanchon.dexpatcher:multidexlib2:2.3.4.r2")
|
||||
implementation("org.smali:smali:2.3.4")
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib"
|
||||
}
|
||||
Reference in New Issue
Block a user