diff --git a/AccessibilityCodelab/app/build.gradle b/AccessibilityCodelab/app/build.gradle index 6eac746d6..241198e25 100644 --- a/AccessibilityCodelab/app/build.gradle +++ b/AccessibilityCodelab/app/build.gradle @@ -118,19 +118,19 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.activity:activity-compose:1.9.0" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.3" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3" implementation 'androidx.navigation:navigation-compose:2.7.7' - androidTestImplementation 'androidx.test:rules:1.6.0' - androidTestImplementation 'androidx.test:runner:1.6.0' + androidTestImplementation 'androidx.test:rules:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.1' // TODO: Bump to latest after Espresso 3.5.0 goes stable // (due to https://github.com/robolectric/robolectric/issues/6593) - testImplementation 'org.robolectric:robolectric:4.12.2' + testImplementation 'org.robolectric:robolectric:4.13' } tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { diff --git a/AdaptiveUiCodelab/gradle/libs.versions.toml b/AdaptiveUiCodelab/gradle/libs.versions.toml index 7a1fe8855..6bc29e5d7 100644 --- a/AdaptiveUiCodelab/gradle/libs.versions.toml +++ b/AdaptiveUiCodelab/gradle/libs.versions.toml @@ -3,12 +3,12 @@ androidGradlePlugin = "8.5.0" composeBom = "2024.06.00" coreKtx = "1.13.1" activityCompose = "1.9.0" -espressoCore = "3.6.0" +espressoCore = "3.6.1" junit = "4.13.2" -junitVersion = "1.2.0" +junitVersion = "1.2.1" kotlin = "2.0.0" kotlinxCoroutinesAndroid = "1.8.1" -lifecycle = "2.8.2" +lifecycle = "2.8.3" window = "1.3.0" [libraries] diff --git a/AdvancedStateAndSideEffectsCodelab/app/build.gradle b/AdvancedStateAndSideEffectsCodelab/app/build.gradle index 707407661..83262ea29 100644 --- a/AdvancedStateAndSideEffectsCodelab/app/build.gradle +++ b/AdvancedStateAndSideEffectsCodelab/app/build.gradle @@ -120,7 +120,7 @@ dependencies { debugImplementation "androidx.compose.ui:ui-tooling" debugImplementation "androidx.compose.ui:ui-test-manifest" - def lifecycle_version = "2.8.2" + def lifecycle_version = "2.8.3" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" implementation "com.google.dagger:hilt-android:2.51.1" @@ -129,11 +129,11 @@ dependencies { implementation "io.coil-kt:coil-compose:2.6.0" androidTestImplementation "junit:junit:4.13.2" - androidTestImplementation "androidx.test:core:1.6.0" - androidTestImplementation "androidx.test:runner:1.6.0" - androidTestImplementation "androidx.test:rules:1.6.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0" - androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0" + androidTestImplementation "androidx.test:core:1.6.1" + androidTestImplementation "androidx.test:runner:1.6.1" + androidTestImplementation "androidx.test:rules:1.6.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" + androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1" androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1" androidTestImplementation "com.google.dagger:hilt-android:2.51.1" androidTestImplementation "com.google.dagger:hilt-android-testing:2.51.1" diff --git a/BasicLayoutsCodelab/app/build.gradle b/BasicLayoutsCodelab/app/build.gradle index 985a24b41..385b5db3c 100644 --- a/BasicLayoutsCodelab/app/build.gradle +++ b/BasicLayoutsCodelab/app/build.gradle @@ -72,11 +72,11 @@ dependencies { implementation "androidx.compose.material:material-icons-extended" implementation "androidx.compose.ui:ui-tooling-preview" implementation "com.google.android.material:material:1.12.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' implementation 'androidx.activity:activity-compose:1.9.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation "androidx.compose.ui:ui-test-junit4" debugImplementation "androidx.compose.ui:ui-tooling" } diff --git a/BasicStateCodelab/app/build.gradle.kts b/BasicStateCodelab/app/build.gradle.kts index 2c3dced2f..ad8a1ae23 100644 --- a/BasicStateCodelab/app/build.gradle.kts +++ b/BasicStateCodelab/app/build.gradle.kts @@ -65,8 +65,8 @@ android { dependencies { implementation("androidx.core:core-ktx:1.13.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2") - implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.3") + implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3") implementation("androidx.activity:activity-compose:1.9.0") implementation(platform("androidx.compose:compose-bom:2024.06.00")) implementation("androidx.compose.ui:ui") @@ -74,8 +74,8 @@ dependencies { implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.2.0") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") diff --git a/BasicsCodelab/app/build.gradle.kts b/BasicsCodelab/app/build.gradle.kts index b5a70bf12..19d4aa1c5 100644 --- a/BasicsCodelab/app/build.gradle.kts +++ b/BasicsCodelab/app/build.gradle.kts @@ -65,7 +65,7 @@ android { dependencies { implementation("androidx.core:core-ktx:1.13.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.3") implementation("androidx.activity:activity-compose:1.9.0") implementation(platform("androidx.compose:compose-bom:2024.06.00")) implementation("androidx.compose.ui:ui") @@ -74,8 +74,8 @@ dependencies { implementation("androidx.compose.material3:material3") implementation("androidx.compose.material:material-icons-extended") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.2.0") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") diff --git a/MigrationCodelab/app/build.gradle b/MigrationCodelab/app/build.gradle index c4034a4bc..80307a908 100644 --- a/MigrationCodelab/app/build.gradle +++ b/MigrationCodelab/app/build.gradle @@ -69,9 +69,9 @@ 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.0" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" + implementation "androidx.fragment:fragment-ktx:1.8.1" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" implementation "androidx.navigation:navigation-fragment-ktx:2.7.7" implementation "androidx.navigation:navigation-ui-ktx:2.7.7" implementation "androidx.recyclerview:recyclerview:1.3.2" @@ -98,14 +98,14 @@ dependencies { // Testing dependencies androidTestImplementation "androidx.arch.core:core-testing:2.2.0" - androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0" - androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.0" - androidTestImplementation "androidx.test.ext:junit:1.2.0" + androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" + androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.1" + androidTestImplementation "androidx.test.ext:junit:1.2.1" androidTestImplementation "androidx.test.uiautomator:uiautomator:2.3.0" androidTestImplementation "androidx.work:work-testing:2.9.0" androidTestImplementation "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1" - androidTestImplementation "com.google.truth:truth:1.4.2" + androidTestImplementation "com.google.truth:truth:1.4.3" androidTestImplementation "androidx.compose.ui:ui-test-junit4" testImplementation "junit:junit:4.13.2" } diff --git a/NavigationCodelab/app/build.gradle b/NavigationCodelab/app/build.gradle index 7a01f3cf3..261c130ae 100644 --- a/NavigationCodelab/app/build.gradle +++ b/NavigationCodelab/app/build.gradle @@ -100,8 +100,8 @@ dependencies { // Testing dependencies androidTestImplementation "androidx.arch.core:core-testing:2.2.0" - androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0" + androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" // Compose testing dependencies androidTestImplementation "androidx.compose.ui:ui-test-junit4" diff --git a/PerformanceCodelab/gradle/libs.versions.toml b/PerformanceCodelab/gradle/libs.versions.toml index e17b6a537..e714e34a8 100644 --- a/PerformanceCodelab/gradle/libs.versions.toml +++ b/PerformanceCodelab/gradle/libs.versions.toml @@ -3,15 +3,15 @@ coil = "2.6.0" com-android-application = "8.5.0" desugar_jdk_libs = "2.0.4" kotlinx-datetime = "0.6.0" -lifecycle-viewmodel-compose = "2.8.2" +lifecycle-viewmodel-compose = "2.8.3" material-icons-core = "1.6.8" media3 = "1.3.1" org-jetbrains-kotlin-android = "2.0.0" core-ktx = "1.13.1" junit = "4.13.2" -androidx-test-ext-junit = "1.2.0" -espresso-core = "3.6.0" -lifecycle-runtime-ktx = "2.8.2" +androidx-test-ext-junit = "1.2.1" +espresso-core = "3.6.1" +lifecycle-runtime-ktx = "2.8.3" activity-compose = "1.9.0" compose-bom = "2024.06.00" runtime-tracing = "1.0.0-beta01" diff --git a/TestingCodelab/app/build.gradle b/TestingCodelab/app/build.gradle index 04729faa6..798f6420c 100644 --- a/TestingCodelab/app/build.gradle +++ b/TestingCodelab/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.core:core-ktx:1.13.1" implementation "com.google.android.material:material:1.12.0" - implementation "androidx.fragment:fragment-ktx:1.8.0" + implementation "androidx.fragment:fragment-ktx:1.8.1" // Compose implementation "androidx.compose.runtime:runtime" @@ -108,8 +108,8 @@ dependencies { // Testing dependencies androidTestImplementation "androidx.arch.core:core-testing:2.2.0" - androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0" + androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" // Compose testing dependencies androidTestImplementation "androidx.compose.ui:ui-test" diff --git a/ThemingCodelab/app/build.gradle b/ThemingCodelab/app/build.gradle index b8b7f70a3..a4d1efe4d 100644 --- a/ThemingCodelab/app/build.gradle +++ b/ThemingCodelab/app/build.gradle @@ -114,13 +114,13 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.activity:activity-compose:1.9.0" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.3" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3" - androidTestImplementation 'androidx.test:rules:1.6.0' - androidTestImplementation 'androidx.test:runner:1.6.0' + androidTestImplementation 'androidx.test:rules:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.1' }