Skip to content

Commit e14d59e

Browse files
committed
AGP Upgrade
1 parent a090e4c commit e14d59e

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
@@ -11,8 +11,8 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'com.android.application' version '8.2.0' apply false
15-
id 'com.android.library' version '8.2.0' apply false
14+
id 'com.android.application' version '8.4.1' apply false
15+
id 'com.android.library' version '8.4.1' apply false
1616
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
1717
}
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 30 20:29:23 PKT 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)