Upgrade dependencies, android sdk, flutter, gradle, etc

This commit is contained in:
2025-04-12 10:52:39 +02:00
parent 8ebd95a4b8
commit 05e2fcf185
18 changed files with 273 additions and 489 deletions

View File

@@ -7,8 +7,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.android.tools.build:gradle:8.9.1'
classpath 'com.google.gms:google-services:4.3.10'
}
}