init proj

This commit is contained in:
Kirito
2025-12-26 18:51:27 +08:00
commit 03b2ac79cf
39 changed files with 1051 additions and 0 deletions

24
settings.gradle Normal file
View File

@@ -0,0 +1,24 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {url "https://dl-maven-android.mintegral.com/repository/se_sdk_for_android/"}
}
}
rootProject.name = "Waje Bet"
include ':app'