Skip to content

Commit 2226a0d

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/help-menu
2 parents b488c7c + cc94b80 commit 2226a0d

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)