Skip to content

Commit 39703c1

Browse files
committed
AGP update
1 parent aa7e8bf commit 39703c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66
}
77
plugins {
8-
id 'com.android.application' version '8.7.2' apply false
9-
id 'com.android.library' version '8.7.2' apply false
8+
id 'com.android.application' version '8.11.0' apply false
9+
id 'com.android.library' version '8.11.0' apply false
1010
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
1111
id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false
1212
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Mon May 29 21:37:06 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists
77
# https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:verification

0 commit comments

Comments
 (0)