File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
74
74
implementation " androidx.navigation:navigation-compose:2.5.3"
75
75
76
76
// Design libraries
77
- implementation ' androidx.compose.material3:material3:1.1.0-alpha03 '
77
+ implementation ' androidx.compose.material3:material3:1.1.0-alpha04 '
78
78
implementation ' androidx.compose.material:material-icons-core:1.3.1'
79
79
implementation ' androidx.compose.material:material-icons-extended:1.3.1'
80
80
implementation ' androidx.palette:palette:1.0.0'
@@ -91,12 +91,12 @@ dependencies {
91
91
implementation project(' :renderscript-toolkit' )
92
92
93
93
// 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 "
96
96
97
97
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 '
100
100
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
101
101
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
102
102
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- compose_version = ' 1.3.2 '
3
+ compose_version = ' 1.3.3 '
4
4
}
5
5
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
6
6
plugins {
You can’t perform that action at this time.
0 commit comments