Skip to content

Commit a674552

Browse files
committed
chore: bump AGP to 8.8.1
1 parent 5fd3c74 commit a674552

8 files changed

+220
-129
lines changed

.idea/gradle.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath("com.android.tools.build:gradle:8.0.1")
10+
classpath("com.android.tools.build:gradle:8.8.1")
1111
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
1212

1313
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Thu May 04 22:15:24 BST 2023
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)