Skip to content

Commit d4c821a

Browse files
committed
Upgrade Android Gradle Plugin to 8.13.2
1 parent 8e657dc commit d4c821a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Adds characters 𠂇𠦝𡯂𤴓𦉪𨸏
1515
- Adds characters 𠓗𠓾𣁾𤾩
1616
- Adds *optional* character 𫟷
17+
- Upgraded Android Gradle Plugin to 8.13.2
1718

1819

1920
## [v1.5.0] (71) Cursed be Android 16 for ever and ever (2025-09-21)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript
77
}
88
dependencies
99
{
10-
classpath 'com.android.tools.build:gradle:8.13.0'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
1111
}
1212
}
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)