Skip to content

Commit 5bdb75a

Browse files
Update all dependencies
1 parent 328471a commit 5bdb75a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+60
-60
lines changed

Diff for: AccessibilityCodelab/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ dependencies {
114114
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
115115

116116
implementation 'androidx.appcompat:appcompat:1.7.0'
117-
implementation 'androidx.activity:activity-ktx:1.10.0'
117+
implementation 'androidx.activity:activity-ktx:1.10.1'
118118
implementation 'androidx.core:core-ktx:1.15.0'
119-
implementation "androidx.activity:activity-compose:1.10.0"
119+
implementation "androidx.activity:activity-compose:1.10.1"
120120

121121
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
122122
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7"
123123
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
124124
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
125125

126-
implementation 'androidx.navigation:navigation-compose:2.8.7'
126+
implementation 'androidx.navigation:navigation-compose:2.8.8'
127127

128128
androidTestImplementation 'androidx.test:rules:1.6.1'
129129
androidTestImplementation 'androidx.test:runner:1.6.2'

Diff for: AccessibilityCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:8.8.1'
24+
classpath 'com.android.tools.build:gradle:8.8.2'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2626
}
2727
}
122 Bytes
Binary file not shown.

Diff for: AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: AccessibilityCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: AdaptiveUiCodelab/gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
androidGradlePlugin = "8.8.1"
2+
androidGradlePlugin = "8.8.2"
33
composeBom = "2025.02.00"
44
coreKtx = "1.15.0"
5-
activityCompose = "1.10.0"
5+
activityCompose = "1.10.1"
66
espressoCore = "3.6.1"
77
junit = "4.13.2"
88
junitVersion = "1.2.1"

Diff for: AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: AdaptiveUiCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: AdvancedStateAndSideEffectsCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
}
104104
}
105105

106-
implementation "androidx.activity:activity-compose:1.10.0"
106+
implementation "androidx.activity:activity-compose:1.10.1"
107107
implementation "androidx.appcompat:appcompat:1.7.0"
108108
implementation "androidx.tracing:tracing:1.2.0"
109109

Diff for: AdvancedStateAndSideEffectsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:8.8.1"
23+
classpath "com.android.tools.build:gradle:8.8.2"
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2525
classpath "com.google.dagger:hilt-android-gradle-plugin:2.55"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
Binary file not shown.

Diff for: AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: AdvancedStateAndSideEffectsCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: AnimationCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:8.8.1'
23+
classpath 'com.android.tools.build:gradle:8.8.2'
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2525
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2626
}

Diff for: AnimationCodelab/finished/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
def composeBom = platform('androidx.compose:compose-bom:2025.02.00')
4747
implementation(composeBom)
4848

49-
implementation 'androidx.activity:activity-compose:1.10.0'
49+
implementation 'androidx.activity:activity-compose:1.10.1'
5050
implementation 'androidx.core:core-ktx:1.15.0'
5151
implementation "androidx.compose.ui:ui"
5252
implementation "androidx.compose.material3:material3"

Diff for: AnimationCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: AnimationCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: AnimationCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: AnimationCodelab/start/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
def composeBom = platform('androidx.compose:compose-bom:2025.02.00')
4747
implementation(composeBom)
4848

49-
implementation 'androidx.activity:activity-compose:1.10.0'
49+
implementation 'androidx.activity:activity-compose:1.10.1'
5050
implementation 'androidx.core:core-ktx:1.15.0'
5151
implementation "androidx.compose.ui:ui"
5252
implementation "androidx.compose.material3:material3"

Diff for: BasicLayoutsCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
implementation "androidx.compose.ui:ui-tooling-preview"
7474
implementation "com.google.android.material:material:1.12.0"
7575
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
76-
implementation 'androidx.activity:activity-compose:1.10.0'
76+
implementation 'androidx.activity:activity-compose:1.10.1'
7777
testImplementation 'junit:junit:4.13.2'
7878
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
7979
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

Diff for: BasicLayoutsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:8.8.1"
23+
classpath "com.android.tools.build:gradle:8.8.2"
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2525
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2626
}
122 Bytes
Binary file not shown.

Diff for: BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: BasicLayoutsCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: BasicStateCodelab/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation("androidx.core:core-ktx:1.15.0")
6868
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
6969
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
70-
implementation("androidx.activity:activity-compose:1.10.0")
70+
implementation("androidx.activity:activity-compose:1.10.1")
7171
implementation(platform("androidx.compose:compose-bom:2025.02.00"))
7272
implementation("androidx.compose.ui:ui")
7373
implementation("androidx.compose.ui:ui-graphics")

Diff for: BasicStateCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:8.8.1'
23+
classpath 'com.android.tools.build:gradle:8.8.2'
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2525
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2626
}

Diff for: BasicStateCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: BasicStateCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: BasicStateCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: BasicsCodelab/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
dependencies {
6767
implementation("androidx.core:core-ktx:1.15.0")
6868
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
69-
implementation("androidx.activity:activity-compose:1.10.0")
69+
implementation("androidx.activity:activity-compose:1.10.1")
7070
implementation(platform("androidx.compose:compose-bom:2025.02.00"))
7171
implementation("androidx.compose.ui:ui")
7272
implementation("androidx.compose.ui:ui-graphics")

Diff for: BasicsCodelab/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
plugins {
19-
id("com.android.application") version "8.8.1" apply false
19+
id("com.android.application") version "8.8.2" apply false
2020
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
2121
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
2222
}

Diff for: BasicsCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: BasicsCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: BasicsCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: MigrationCodelab/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ dependencies {
6767
kapt "androidx.room:room-compiler:2.6.1"
6868
kapt "com.github.bumptech.glide:compiler:4.16.0"
6969
implementation "androidx.appcompat:appcompat:1.7.0"
70-
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
70+
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
7171
implementation "androidx.core:core-ktx:1.15.0"
7272
implementation "androidx.fragment:fragment-ktx:1.8.6"
7373
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
7474
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
75-
implementation "androidx.navigation:navigation-fragment-ktx:2.8.7"
76-
implementation "androidx.navigation:navigation-ui-ktx:2.8.7"
75+
implementation "androidx.navigation:navigation-fragment-ktx:2.8.8"
76+
implementation "androidx.navigation:navigation-ui-ktx:2.8.8"
7777
implementation "androidx.recyclerview:recyclerview:1.4.0"
7878
implementation "androidx.room:room-runtime:2.6.1"
7979
implementation "androidx.room:room-ktx:2.6.1"

Diff for: MigrationCodelab/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.8.1"
24+
classpath "com.android.tools.build:gradle:8.8.2"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
26-
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.7"
26+
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.8"
2727
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2828
}
2929
}

Diff for: MigrationCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: MigrationCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: MigrationCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: NavigationCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies {
9595
implementation "androidx.compose.foundation:foundation"
9696
implementation "androidx.compose.material:material"
9797
implementation "androidx.compose.material:material-icons-extended"
98-
implementation "androidx.activity:activity-compose:1.10.0"
98+
implementation "androidx.activity:activity-compose:1.10.1"
9999
debugImplementation "androidx.compose.ui:ui-tooling"
100100

101101
// Testing dependencies

Diff for: NavigationCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.8.1"
24+
classpath "com.android.tools.build:gradle:8.8.2"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2727
}

Diff for: NavigationCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: NavigationCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: NavigationCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: PerformanceCodelab/gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
coil = "2.7.0"
3-
com-android-application = "8.8.1"
4-
desugar_jdk_libs = "2.1.4"
3+
com-android-application = "8.8.2"
4+
desugar_jdk_libs = "2.1.5"
55
kotlinx-datetime = "0.6.1"
66
lifecycle-viewmodel-compose = "2.8.7"
77
material-icons-core = "1.7.8"
@@ -12,7 +12,7 @@ junit = "4.13.2"
1212
androidx-test-ext-junit = "1.2.1"
1313
espresso-core = "3.6.1"
1414
lifecycle-runtime-ktx = "2.8.7"
15-
activity-compose = "1.10.0"
15+
activity-compose = "1.10.1"
1616
compose-bom = "2025.02.00"
1717
runtime-tracing = "1.7.8"
1818
tracing-ktx = "1.3.0-beta01"

Diff for: PerformanceCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: PerformanceCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: PerformanceCodelab/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

Diff for: TestingCodelab/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
implementation "androidx.compose.runtime:runtime-livedata"
104104
implementation "androidx.compose.ui:ui-tooling-preview"
105105
implementation "androidx.compose.material:material-icons-extended"
106-
implementation "androidx.activity:activity-compose:1.10.0"
106+
implementation "androidx.activity:activity-compose:1.10.1"
107107
debugImplementation "androidx.compose.ui:ui-tooling"
108108

109109
// Testing dependencies

Diff for: TestingCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.8.1"
24+
classpath "com.android.tools.build:gradle:8.8.2"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2727
}

Diff for: TestingCodelab/gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)