Fixed build

This commit is contained in:
2026-07-06 22:18:07 +02:00
parent 26dcfb8f34
commit d062158c7c
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -22,10 +22,10 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.13.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -35,7 +35,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}