feat: initialize project

This commit is contained in:
Canny
2023-01-28 02:00:52 +03:00
parent 70e8253b63
commit b372f7ee84
43 changed files with 911 additions and 0 deletions

15
settings.gradle.kts Normal file
View File

@@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ReVanced Manager"
include(":app")