This website requires JavaScript.
Explore
Help
Sign In
github
/
revanced-cli
Watch
1
Fork
0
You've already forked revanced-cli
mirror of
https://github.com/revanced/revanced-cli
synced
2024-11-16 11:23:31 +01:00
Code
Releases
Activity
84b24f1b6f
revanced-cli
/
build.gradle.kts
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: migrate to Kotlin build scripts
2022-04-10 19:36:51 +02:00
plugins {
chore: Move ReVanced CLI to subproject
2023-09-15 03:00:34 +02:00
kotlin("jvm") version "1.9.0" apply false
refactor: migrate to Kotlin build scripts
2022-04-10 19:36:51 +02:00
}
chore: Move ReVanced CLI to subproject
2023-09-15 03:00:34 +02:00
allprojects {
group = "app.revanced"
}
Copy Permalink