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

This commit is contained in:
soraefir
2026-05-29 23:19:55 +02:00
commit 5ee2041769
129 changed files with 19835 additions and 0 deletions
+19
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'