File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 implementation ' androidx.core:core-ktx:1.12.0'
5656 implementation ' androidx.fragment:fragment-ktx:1.6.2'
5757 implementation ' androidx.appcompat:appcompat:1.6.1'
58- implementation ' com.google.android.material:material:1.6.1 '
58+ implementation ' com.google.android.material:material:1.11.0 '
5959 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
6060
6161 // Jetpack Compose
@@ -78,6 +78,6 @@ dependencies {
7878
7979 // Testing
8080 testImplementation ' junit:junit:4.13.2'
81- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
82- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
81+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
82+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
8383}
Original file line number Diff line number Diff line change 22buildscript {
33 ext {
44 agpVersion = ' 8.3.0'
5- mavenPublishVersion = ' 0.25.3 '
5+ mavenPublishVersion = ' 0.27.0 '
66 kotlinVersion = ' 1.9.22'
77 dokkaVersion = ' 1.9.10'
88 composeBomVersion = ' 2024.02.01'
You can’t perform that action at this time.
0 commit comments