noszgradleurwaaa2a
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 1m11s

This commit is contained in:
Sebastian Molenda
2026-05-26 23:56:06 +02:00
parent 92b66f5b8b
commit 3402bb1c13
24 changed files with 1083 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}