From aa6678304d2aa158465d8b95d20e0766d0050a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:41:54 +0000 Subject: [PATCH] Update all dependencies --- AccessibilityCodelab/app/build.gradle | 8 ++++---- AccessibilityCodelab/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- AdaptiveUiCodelab/gradle/libs.versions.toml | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../app/build.gradle | 4 ++-- AdvancedStateAndSideEffectsCodelab/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- BasicLayoutsCodelab/app/build.gradle | 4 ++-- BasicLayoutsCodelab/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- MigrationCodelab/app/build.gradle | 8 ++++---- MigrationCodelab/build.gradle | 4 ++-- .../gradle/wrapper/gradle-wrapper.properties | 2 +- NavigationCodelab/app/build.gradle | 6 +++--- NavigationCodelab/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- PerformanceCodelab/app/build.gradle.kts | 2 +- PerformanceCodelab/gradle/libs.versions.toml | 16 ++++++++-------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- TestingCodelab/app/build.gradle | 2 +- TestingCodelab/build.gradle | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- ThemingCodelab/app/build.gradle | 6 +++--- ThemingCodelab/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 26 files changed, 50 insertions(+), 50 deletions(-) diff --git a/AccessibilityCodelab/app/build.gradle b/AccessibilityCodelab/app/build.gradle index 47defc85b..9fbb2ba84 100644 --- a/AccessibilityCodelab/app/build.gradle +++ b/AccessibilityCodelab/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) testImplementation(composeBom) androidTestImplementation(composeBom) @@ -97,16 +97,16 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.activity:activity-ktx:1.9.2' + implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.activity:activity-compose:1.9.2" + implementation "androidx.activity:activity-compose:1.9.3" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6" implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.6" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6" - implementation 'androidx.navigation:navigation-compose:2.8.1' + implementation 'androidx.navigation:navigation-compose:2.8.3' androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test:runner:1.6.2' diff --git a/AccessibilityCodelab/build.gradle b/AccessibilityCodelab/build.gradle index 4628148b6..c43ec75ba 100644 --- a/AccessibilityCodelab/build.gradle +++ b/AccessibilityCodelab/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" } } diff --git a/AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties b/AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/AdaptiveUiCodelab/gradle/libs.versions.toml b/AdaptiveUiCodelab/gradle/libs.versions.toml index f73009fee..b933b888b 100644 --- a/AdaptiveUiCodelab/gradle/libs.versions.toml +++ b/AdaptiveUiCodelab/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -androidGradlePlugin = "8.6.1" -composeBom = "2024.09.02" +androidGradlePlugin = "8.7.1" +composeBom = "2024.10.00" coreKtx = "1.13.1" -activityCompose = "1.9.2" +activityCompose = "1.9.3" espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" diff --git a/AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties b/AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/AdvancedStateAndSideEffectsCodelab/app/build.gradle b/AdvancedStateAndSideEffectsCodelab/app/build.gradle index 60936818b..0a6364400 100644 --- a/AdvancedStateAndSideEffectsCodelab/app/build.gradle +++ b/AdvancedStateAndSideEffectsCodelab/app/build.gradle @@ -103,11 +103,11 @@ dependencies { } } - implementation "androidx.activity:activity-compose:1.9.2" + implementation "androidx.activity:activity-compose:1.9.3" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.tracing:tracing:1.2.0" - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) androidTestImplementation(composeBom) implementation "androidx.compose.runtime:runtime" diff --git a/AdvancedStateAndSideEffectsCodelab/build.gradle b/AdvancedStateAndSideEffectsCodelab/build.gradle index 8a5144420..11c62a33f 100644 --- a/AdvancedStateAndSideEffectsCodelab/build.gradle +++ b/AdvancedStateAndSideEffectsCodelab/build.gradle @@ -20,7 +20,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" classpath "com.google.dagger:hilt-android-gradle-plugin:2.52" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20" diff --git a/AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties b/AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/BasicLayoutsCodelab/app/build.gradle b/BasicLayoutsCodelab/app/build.gradle index 93f0dad78..034b45ae1 100644 --- a/BasicLayoutsCodelab/app/build.gradle +++ b/BasicLayoutsCodelab/app/build.gradle @@ -61,7 +61,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) androidTestImplementation(composeBom) @@ -73,7 +73,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview" implementation "com.google.android.material:material:1.12.0" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' - implementation 'androidx.activity:activity-compose:1.9.2' + implementation 'androidx.activity:activity-compose:1.9.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/BasicLayoutsCodelab/build.gradle b/BasicLayoutsCodelab/build.gradle index 1b9f29085..fe8191676 100644 --- a/BasicLayoutsCodelab/build.gradle +++ b/BasicLayoutsCodelab/build.gradle @@ -19,7 +19,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20" } diff --git a/BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties b/BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/MigrationCodelab/app/build.gradle b/MigrationCodelab/app/build.gradle index cdadd433b..254691d59 100644 --- a/MigrationCodelab/app/build.gradle +++ b/MigrationCodelab/app/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) androidTestImplementation(composeBom) @@ -69,11 +69,11 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.fragment:fragment-ktx:1.8.3" + implementation "androidx.fragment:fragment-ktx:1.8.4" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6" - implementation "androidx.navigation:navigation-fragment-ktx:2.8.1" - implementation "androidx.navigation:navigation-ui-ktx:2.8.1" + implementation "androidx.navigation:navigation-fragment-ktx:2.8.3" + implementation "androidx.navigation:navigation-ui-ktx:2.8.3" implementation "androidx.recyclerview:recyclerview:1.3.2" implementation "androidx.room:room-runtime:2.6.1" implementation "androidx.room:room-ktx:2.6.1" diff --git a/MigrationCodelab/build.gradle b/MigrationCodelab/build.gradle index dc930ba1e..f85de1966 100644 --- a/MigrationCodelab/build.gradle +++ b/MigrationCodelab/build.gradle @@ -21,9 +21,9 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" - classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.1" + classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.3" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20" } } diff --git a/MigrationCodelab/gradle/wrapper/gradle-wrapper.properties b/MigrationCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/MigrationCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/MigrationCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/NavigationCodelab/app/build.gradle b/NavigationCodelab/app/build.gradle index 1179d558f..4694d3856 100644 --- a/NavigationCodelab/app/build.gradle +++ b/NavigationCodelab/app/build.gradle @@ -81,7 +81,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) androidTestImplementation(composeBom) @@ -95,8 +95,8 @@ dependencies { implementation "androidx.compose.foundation:foundation" implementation "androidx.compose.material:material" implementation "androidx.compose.material:material-icons-extended" - implementation "androidx.activity:activity-compose:1.9.2" - implementation "androidx.navigation:navigation-compose:2.8.1" + implementation "androidx.activity:activity-compose:1.9.3" + implementation "androidx.navigation:navigation-compose:2.8.3" debugImplementation "androidx.compose.ui:ui-tooling" // Testing dependencies diff --git a/NavigationCodelab/build.gradle b/NavigationCodelab/build.gradle index 8dc425e39..1c00cd10b 100644 --- a/NavigationCodelab/build.gradle +++ b/NavigationCodelab/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20" } diff --git a/NavigationCodelab/gradle/wrapper/gradle-wrapper.properties b/NavigationCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/NavigationCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/NavigationCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/PerformanceCodelab/app/build.gradle.kts b/PerformanceCodelab/app/build.gradle.kts index 18ba60b03..641442490 100644 --- a/PerformanceCodelab/app/build.gradle.kts +++ b/PerformanceCodelab/app/build.gradle.kts @@ -92,7 +92,7 @@ dependencies { implementation(libs.androidx.tracing.ktx) // TODO Codelab task: Add androidx.runtime-tracing dependency to enable Composition Tracing - implementation("androidx.compose.runtime:runtime-tracing:1.0.0-beta01") + implementation("androidx.compose.runtime:runtime-tracing:1.7.4") implementation(libs.coil.compose) implementation(libs.androidx.media3.exoplayer) diff --git a/PerformanceCodelab/gradle/libs.versions.toml b/PerformanceCodelab/gradle/libs.versions.toml index 625bbc669..b45e26040 100644 --- a/PerformanceCodelab/gradle/libs.versions.toml +++ b/PerformanceCodelab/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] coil = "2.7.0" -com-android-application = "8.6.1" +com-android-application = "8.7.1" desugar_jdk_libs = "2.1.2" kotlinx-datetime = "0.6.1" lifecycle-viewmodel-compose = "2.8.6" -material-icons-core = "1.7.2" +material-icons-core = "1.7.4" media3 = "1.4.1" org-jetbrains-kotlin-android = "2.0.20" core-ktx = "1.13.1" @@ -12,15 +12,15 @@ junit = "4.13.2" androidx-test-ext-junit = "1.2.1" espresso-core = "3.6.1" lifecycle-runtime-ktx = "2.8.6" -activity-compose = "1.9.2" -compose-bom = "2024.09.02" -runtime-tracing = "1.0.0-beta01" +activity-compose = "1.9.3" +compose-bom = "2024.10.00" +runtime-tracing = "1.7.4" tracing-ktx = "1.3.0-alpha02" tracing-perfetto = "1.0.0" uiautomator = "2.3.0" -benchmark = "1.3.1" -androidx-baselineprofile = "1.3.1" -profileinstaller = "1.4.0" +benchmark = "1.3.3" +androidx-baselineprofile = "1.3.3" +profileinstaller = "1.4.1" material3 = "1.3.0" spotless = "6.25.0" ktlint = "1.2.1" diff --git a/PerformanceCodelab/gradle/wrapper/gradle-wrapper.properties b/PerformanceCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/PerformanceCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/PerformanceCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/TestingCodelab/app/build.gradle b/TestingCodelab/app/build.gradle index 0aea4672a..c64d6c1c9 100644 --- a/TestingCodelab/app/build.gradle +++ b/TestingCodelab/app/build.gradle @@ -84,7 +84,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) androidTestImplementation(composeBom) diff --git a/TestingCodelab/build.gradle b/TestingCodelab/build.gradle index 1491ae31f..79be9dd5b 100644 --- a/TestingCodelab/build.gradle +++ b/TestingCodelab/build.gradle @@ -24,11 +24,11 @@ buildscript { // App dependencies appCompatVersion = '1.7.0' - activityComposeVersion = '1.9.2' + activityComposeVersion = '1.9.3' coreTestingVersion = '2.2.0' coroutinesVersion = "1.5.2" espressoVersion = '3.6.1' - fragmentVersion = '1.8.3' + fragmentVersion = '1.8.4' junitVersion = '4.13.1' kotlinVersion = '2.0.20' ktlintVersion = '0.48.2' @@ -48,7 +48,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion" } diff --git a/TestingCodelab/gradle/wrapper/gradle-wrapper.properties b/TestingCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/TestingCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/TestingCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/ThemingCodelab/app/build.gradle b/ThemingCodelab/app/build.gradle index 7053097e9..778fffc01 100644 --- a/ThemingCodelab/app/build.gradle +++ b/ThemingCodelab/app/build.gradle @@ -87,7 +87,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.02') + def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation(composeBom) testImplementation(composeBom) androidTestImplementation(composeBom) @@ -110,9 +110,9 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.activity:activity-ktx:1.9.2' + implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.activity:activity-compose:1.9.2" + implementation "androidx.activity:activity-compose:1.9.3" implementation "androidx.lifecycle:lifecycle-runtime-compose:2.8.6" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6" diff --git a/ThemingCodelab/build.gradle b/ThemingCodelab/build.gradle index 8c882be95..32d72e8d7 100644 --- a/ThemingCodelab/build.gradle +++ b/ThemingCodelab/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20" } diff --git a/ThemingCodelab/gradle/wrapper/gradle-wrapper.properties b/ThemingCodelab/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 100644 --- a/ThemingCodelab/gradle/wrapper/gradle-wrapper.properties +++ b/ThemingCodelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME