We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb1d06 commit cc94b80Copy full SHA for cc94b80
vendor/aab-tool/README.txt
@@ -1 +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
vendor/aab-tool/bundletool.jar
3.25 MB
vendor/gradle-plugin/build.gradle
@@ -30,7 +30,7 @@ buildscript {
30
def getDepPlatformDir = { dep ->
31
file("${project.ext.USER_PROJECT_PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
32
}
33
- def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.0.0" }
+ def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.2.20" }
34
def kotlinVersion = computeKotlinVersion()
35
repositories {
36
google()
0 commit comments