@@ -60,29 +60,29 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- def composeBom = platform(' androidx.compose:compose-bom:2025.02.00 ' )
63
+ def composeBom = platform(' androidx.compose:compose-bom:2025.04.01 ' )
64
64
implementation(composeBom)
65
65
androidTestImplementation(composeBom)
66
66
67
- kapt " androidx.room:room-compiler:2.6 .1"
67
+ kapt " androidx.room:room-compiler:2.7 .1"
68
68
kapt " com.github.bumptech.glide:compiler:4.16.0"
69
69
implementation " androidx.appcompat:appcompat:1.7.0"
70
- implementation " androidx.constraintlayout:constraintlayout:2.2.0 "
71
- implementation " androidx.core:core-ktx:1.15 .0"
70
+ implementation " androidx.constraintlayout:constraintlayout:2.2.1 "
71
+ implementation " androidx.core:core-ktx:1.16 .0"
72
72
implementation " androidx.fragment:fragment-ktx:1.8.6"
73
73
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
74
74
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
75
- implementation " androidx.navigation:navigation-fragment-ktx:2.8.7 "
76
- implementation " androidx.navigation:navigation-ui-ktx:2.8.7 "
75
+ implementation " androidx.navigation:navigation-fragment-ktx:2.8.9 "
76
+ implementation " androidx.navigation:navigation-ui-ktx:2.8.9 "
77
77
implementation " androidx.recyclerview:recyclerview:1.4.0"
78
- implementation " androidx.room:room-runtime:2.6 .1"
79
- implementation " androidx.room:room-ktx:2.6 .1"
80
- implementation " androidx.tracing:tracing:1.2 .0"
78
+ implementation " androidx.room:room-runtime:2.7 .1"
79
+ implementation " androidx.room:room-ktx:2.7 .1"
80
+ implementation " androidx.tracing:tracing:1.3 .0"
81
81
implementation " androidx.viewpager2:viewpager2:1.1.0"
82
- implementation " androidx.work:work-runtime-ktx:2.10.0 "
82
+ implementation " androidx.work:work-runtime-ktx:2.10.1 "
83
83
implementation " com.github.bumptech.glide:glide:4.16.0"
84
84
implementation " com.google.android.material:material:1.12.0"
85
- implementation " com.google.code.gson:gson:2.12.1 "
85
+ implementation " com.google.code.gson:gson:2.13.0 "
86
86
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
87
87
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1"
88
88
@@ -103,7 +103,7 @@ dependencies {
103
103
androidTestImplementation " androidx.test.espresso:espresso-intents:3.6.1"
104
104
androidTestImplementation " androidx.test.ext:junit:1.2.1"
105
105
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3.0"
106
- androidTestImplementation " androidx.work:work-testing:2.10.0 "
106
+ androidTestImplementation " androidx.work:work-testing:2.10.1 "
107
107
androidTestImplementation " com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
108
108
androidTestImplementation " com.google.truth:truth:1.4.4"
109
109
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
0 commit comments