Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-21 14:55:43 +01:00
parent 8ed267efd9
commit bca80f6a46
22 changed files with 1516 additions and 2 deletions

20
settings.gradle.kts Normal file
View file

@ -0,0 +1,20 @@
@file:Suppress("UnstableApiUsage")
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
maven("https://api.xposed.info")
mavenCentral()
}
}
include(":app")