Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent e0279f4 commit 7d86431
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions AccessibilityCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveUICodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions AdvancedStateAndSideEffectsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion AnimationCodelab/finished/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion AnimationCodelab/start/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion BasicLayoutsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion BasicStateCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion BasicsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 6 additions & 6 deletions MigrationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions NavigationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions TestingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ThemingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7d86431

Please sign in to comment.