Skip to content

Commit b1d92d6

Browse files
authored
Merge pull request #318 from hotwired/bump-gradle
Bump Android Gradle Plugin to 8.2.2
2 parents 5db9f9d + 503f6dd commit b1d92d6

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

.idea/codeStyles/Project.xml

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath("com.android.tools.build:gradle:8.1.4")
10+
classpath("com.android.tools.build:gradle:8.2.2")
1111
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
1212
}
1313
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#Wed Feb 28 14:14:20 EST 2024
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
45
networkTimeout=10000
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)