diff --git a/AccessibilityCodelab/app/build.gradle b/AccessibilityCodelab/app/build.gradle index e4d708bb1..8720e45f4 100644 --- a/AccessibilityCodelab/app/build.gradle +++ b/AccessibilityCodelab/app/build.gradle @@ -89,7 +89,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) testImplementation(composeBom) androidTestImplementation(composeBom) @@ -116,7 +116,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'androidx.activity:activity-ktx:1.6.1' implementation 'androidx.core:core-ktx:1.9.0' implementation "androidx.activity:activity-compose:1.6.1" diff --git a/AdaptiveUICodelab/app/build.gradle b/AdaptiveUICodelab/app/build.gradle index ef26e6987..7fad4551a 100644 --- a/AdaptiveUICodelab/app/build.gradle +++ b/AdaptiveUICodelab/app/build.gradle @@ -64,7 +64,7 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) diff --git a/AdvancedStateAndSideEffectsCodelab/app/build.gradle b/AdvancedStateAndSideEffectsCodelab/app/build.gradle index f835e5284..e1de14401 100644 --- a/AdvancedStateAndSideEffectsCodelab/app/build.gradle +++ b/AdvancedStateAndSideEffectsCodelab/app/build.gradle @@ -108,9 +108,9 @@ dependencies { implementation "com.google.accompanist:accompanist-insets:0.28.0" implementation "androidx.activity:activity-compose:1.6.1" - implementation "androidx.appcompat:appcompat:1.5.1" + implementation "androidx.appcompat:appcompat:1.6.0" - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) implementation "androidx.compose.runtime:runtime" diff --git a/AnimationCodelab/finished/build.gradle b/AnimationCodelab/finished/build.gradle index 32e34c85e..d8b257e53 100644 --- a/AnimationCodelab/finished/build.gradle +++ b/AnimationCodelab/finished/build.gradle @@ -44,7 +44,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) implementation 'androidx.activity:activity-compose:1.6.1' diff --git a/AnimationCodelab/start/build.gradle b/AnimationCodelab/start/build.gradle index 32e34c85e..d8b257e53 100644 --- a/AnimationCodelab/start/build.gradle +++ b/AnimationCodelab/start/build.gradle @@ -44,7 +44,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) implementation 'androidx.activity:activity-compose:1.6.1' diff --git a/BasicLayoutsCodelab/app/build.gradle b/BasicLayoutsCodelab/app/build.gradle index ab8a06096..63014424f 100644 --- a/BasicLayoutsCodelab/app/build.gradle +++ b/BasicLayoutsCodelab/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) diff --git a/BasicStateCodelab/app/build.gradle b/BasicStateCodelab/app/build.gradle index 6b833cf2d..90a8e2296 100644 --- a/BasicStateCodelab/app/build.gradle +++ b/BasicStateCodelab/app/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1" implementation 'androidx.core:core-ktx:1.9.0' diff --git a/BasicsCodelab/app/build.gradle b/BasicsCodelab/app/build.gradle index b9a04214d..6775b2687 100644 --- a/BasicsCodelab/app/build.gradle +++ b/BasicsCodelab/app/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) diff --git a/MigrationCodelab/app/build.gradle b/MigrationCodelab/app/build.gradle index 76dc2971d..d9ce04864 100644 --- a/MigrationCodelab/app/build.gradle +++ b/MigrationCodelab/app/build.gradle @@ -60,13 +60,13 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) - kapt "androidx.room:room-compiler:2.5.0-rc01" + kapt "androidx.room:room-compiler:2.5.0" kapt "com.github.bumptech.glide:compiler:4.14.2" - implementation "androidx.appcompat:appcompat:1.5.1" + implementation "androidx.appcompat:appcompat:1.6.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.fragment:fragment-ktx:1.5.5" @@ -75,13 +75,13 @@ dependencies { implementation "androidx.navigation:navigation-fragment-ktx:2.5.3" implementation "androidx.navigation:navigation-ui-ktx:2.5.3" implementation "androidx.recyclerview:recyclerview:1.2.1" - implementation "androidx.room:room-runtime:2.5.0-rc01" - implementation "androidx.room:room-ktx:2.5.0-rc01" + implementation "androidx.room:room-runtime:2.5.0" + implementation "androidx.room:room-ktx:2.5.0" implementation "androidx.viewpager2:viewpager2:1.0.0" implementation "androidx.work:work-runtime-ktx:2.7.1" implementation "com.github.bumptech.glide:glide:4.14.2" implementation "com.google.android.material:material:1.7.0" - implementation "com.google.code.gson:gson:2.10" + implementation "com.google.code.gson:gson:2.10.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" diff --git a/NavigationCodelab/app/build.gradle b/NavigationCodelab/app/build.gradle index 5ac9324c1..62a68430d 100644 --- a/NavigationCodelab/app/build.gradle +++ b/NavigationCodelab/app/build.gradle @@ -79,11 +79,11 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) - implementation "androidx.appcompat:appcompat:1.5.1" + implementation "androidx.appcompat:appcompat:1.6.0" implementation "androidx.core:core-ktx:1.9.0" implementation "com.google.android.material:material:1.7.0" diff --git a/TestingCodelab/app/build.gradle b/TestingCodelab/app/build.gradle index ebc204121..f5fc4c5c2 100644 --- a/TestingCodelab/app/build.gradle +++ b/TestingCodelab/app/build.gradle @@ -86,11 +86,11 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) androidTestImplementation(composeBom) - implementation "androidx.appcompat:appcompat:1.5.1" + implementation "androidx.appcompat:appcompat:1.6.0" implementation "androidx.core:core-ktx:1.9.0" implementation "com.google.android.material:material:1.7.0" implementation "androidx.fragment:fragment-ktx:1.5.5" diff --git a/ThemingCodelab/app/build.gradle b/ThemingCodelab/app/build.gradle index a5a8fa477..79bf102c5 100644 --- a/ThemingCodelab/app/build.gradle +++ b/ThemingCodelab/app/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.01.00') implementation(composeBom) implementation 'androidx.core:core-ktx:1.9.0'