init
Some checks failed
CI-Android APK / build (push) Failing after 4m27s

This commit is contained in:
soraefir
2026-05-23 15:09:28 +02:00
commit 5ee2041769
129 changed files with 19835 additions and 0 deletions

19
settings.gradle Normal file
View File

@@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url = 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = 'https://jitpack.io' }
}
}
rootProject.name = "Cowspent"
include ':app'