Initial import from killapp

This commit is contained in:
ajp_anton
2026-04-22 22:32:15 +00:00
commit 87ed2a2ce2
31 changed files with 1052 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "KillAppNow"
include(":app")