Updates to 2024 Google libs

This commit is contained in:
2024-04-07 14:35:44 +02:00
parent d96f1703ab
commit 592e96366d
25 changed files with 469 additions and 213 deletions

View File

@@ -2,11 +2,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:8.3.0'
// NOTE: Do not place your application dependencies here; they belong
@@ -16,13 +16,13 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
google()
}
}
task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}