Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/aab-tool/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Downloaded from https://github.com/google/bundletool/releases/tag/1.15.6
Downloaded from https://github.com/google/bundletool/releases/tag/1.18.2
Binary file modified vendor/aab-tool/bundletool.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
def getDepPlatformDir = { dep ->
file("${project.ext.USER_PROJECT_PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
}
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.0.0" }
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.2.20" }
def kotlinVersion = computeKotlinVersion()
repositories {
google()
Expand Down