Skip to content

Commit 7045c3a

Browse files
committed
Bump dependencies
1 parent e2dbc0d commit 7045c3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation "androidx.navigation:navigation-compose:2.5.3"
7575

7676
// Design libraries
77-
implementation 'androidx.compose.material3:material3:1.1.0-alpha03'
77+
implementation 'androidx.compose.material3:material3:1.1.0-alpha04'
7878
implementation 'androidx.compose.material:material-icons-core:1.3.1'
7979
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
8080
implementation 'androidx.palette:palette:1.0.0'
@@ -91,12 +91,12 @@ dependencies {
9191
implementation project(':renderscript-toolkit')
9292

9393
// Room
94-
implementation 'androidx.room:room-runtime:2.4.3'
95-
kapt "androidx.room:room-compiler:2.4.3"
94+
implementation 'androidx.room:room-runtime:2.5.0'
95+
kapt "androidx.room:room-compiler:2.5.0"
9696

9797
testImplementation 'junit:junit:4.13.2'
98-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
99-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
98+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
99+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
100100
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
101101
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
102102
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
compose_version = '1.3.2'
3+
compose_version = '1.3.3'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {

0 commit comments

Comments
 (0)