diff --git a/vendor/aab-tool/README.txt b/vendor/aab-tool/README.txt index 347e8774d3..c57c515602 100644 --- a/vendor/aab-tool/README.txt +++ b/vendor/aab-tool/README.txt @@ -1 +1 @@ -Downloaded from https://github.com/google/bundletool/releases/tag/1.15.6 \ No newline at end of file +Downloaded from https://github.com/google/bundletool/releases/tag/1.18.2 \ No newline at end of file diff --git a/vendor/aab-tool/bundletool.jar b/vendor/aab-tool/bundletool.jar index 6d7f4a2d2e..b95c3beb9b 100644 Binary files a/vendor/aab-tool/bundletool.jar and b/vendor/aab-tool/bundletool.jar differ diff --git a/vendor/gradle-plugin/build.gradle b/vendor/gradle-plugin/build.gradle index e775618e64..ee6de65efd 100644 --- a/vendor/gradle-plugin/build.gradle +++ b/vendor/gradle-plugin/build.gradle @@ -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()