Skip to content

Commit 7bd4788

Browse files
Update all dependencies (main) (#422)
* Update all dependencies * Use @SdkSuppress instead of @RequiresApi in test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Arriola <carriola@google.com>
1 parent 120f9e2 commit 7bd4788

File tree

26 files changed

+38
-38
lines changed

26 files changed

+38
-38
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ android {
9090
}
9191

9292
dependencies {
93-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
93+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
9494
implementation(composeBom)
9595
testImplementation(composeBom)
9696
androidTestImplementation(composeBom)

AccessibilityCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
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.2.2'
24+
classpath 'com.android.tools.build:gradle:8.3.0'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2626
}
2727
}

AdaptiveUICodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android {
6565
dependencies {
6666

6767

68-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
68+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
6969
implementation(composeBom)
7070
androidTestImplementation(composeBom)
7171

AdaptiveUICodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath "com.android.tools.build:gradle:8.2.2"
22+
classpath "com.android.tools.build:gradle:8.3.0"
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2424
}
2525
}

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
implementation "androidx.activity:activity-compose:1.8.2"
110110
implementation "androidx.appcompat:appcompat:1.6.1"
111111

112-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
112+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
113113
implementation(composeBom)
114114
androidTestImplementation(composeBom)
115115
implementation "androidx.compose.runtime:runtime"
@@ -125,10 +125,10 @@ dependencies {
125125
def lifecycle_version = "2.7.0"
126126
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
127127
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
128-
implementation "com.google.dagger:hilt-android:2.50"
129-
kapt "com.google.dagger:hilt-compiler:2.50"
128+
implementation "com.google.dagger:hilt-android:2.51"
129+
kapt "com.google.dagger:hilt-compiler:2.51"
130130

131-
implementation "io.coil-kt:coil-compose:2.5.0"
131+
implementation "io.coil-kt:coil-compose:2.6.0"
132132

133133
androidTestImplementation "junit:junit:4.13.2"
134134
androidTestImplementation "androidx.test:core:1.5.0"
@@ -137,7 +137,7 @@ dependencies {
137137
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
138138
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
139139
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0"
140-
androidTestImplementation "com.google.dagger:hilt-android:2.50"
141-
androidTestImplementation "com.google.dagger:hilt-android-testing:2.50"
142-
kaptAndroidTest "com.google.dagger:hilt-compiler:2.50"
140+
androidTestImplementation "com.google.dagger:hilt-android:2.51"
141+
androidTestImplementation "com.google.dagger:hilt-android-testing:2.51"
142+
kaptAndroidTest "com.google.dagger:hilt-compiler:2.51"
143143
}

AdvancedStateAndSideEffectsCodelab/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:8.2.2"
23+
classpath "com.android.tools.build:gradle:8.3.0"
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
25-
classpath "com.google.dagger:hilt-android-gradle-plugin:2.50"
25+
classpath "com.google.dagger:hilt-android-gradle-plugin:2.51"
2626
}
2727
}
2828

AnimationCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
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.2.2'
23+
classpath 'com.android.tools.build:gradle:8.3.0'
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2525
}
2626
}

AnimationCodelab/finished/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
48+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
4949
implementation(composeBom)
5050

5151
implementation 'androidx.activity:activity-compose:1.8.2'

AnimationCodelab/start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
48+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
4949
implementation(composeBom)
5050

5151
implementation 'androidx.activity:activity-compose:1.8.2'

BasicLayoutsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ android {
6363
}
6464

6565
dependencies {
66-
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
66+
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
6767
implementation(composeBom)
6868
androidTestImplementation(composeBom)
6969

7070
implementation 'androidx.core:core-ktx:1.12.0'
7171
implementation "androidx.compose.ui:ui"
7272
implementation 'androidx.compose.material3:material3'
73-
implementation 'androidx.compose.material3:material3-window-size-class:1.2.0'
73+
implementation 'androidx.compose.material3:material3-window-size-class:1.2.1'
7474
implementation "androidx.compose.material:material-icons-extended"
7575
implementation "androidx.compose.ui:ui-tooling-preview"
7676
implementation "com.google.android.material:material:1.11.0"

0 commit comments

Comments
 (0)