Skip to content

Commit cc94b80

Browse files
authored
feat: android upgrades, bundletool to 1.18.2, kotlin to 2.2.20 (#5917)
1 parent 7eb1d06 commit cc94b80

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

vendor/aab-tool/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Downloaded from https://github.com/google/bundletool/releases/tag/1.15.6
1+
Downloaded from https://github.com/google/bundletool/releases/tag/1.18.2

vendor/aab-tool/bundletool.jar

3.25 MB
Binary file not shown.

vendor/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
def getDepPlatformDir = { dep ->
3131
file("${project.ext.USER_PROJECT_PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
3232
}
33-
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.0.0" }
33+
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.2.20" }
3434
def kotlinVersion = computeKotlinVersion()
3535
repositories {
3636
google()

0 commit comments

Comments
 (0)