Update more dependencies and remove RepositoryInstrumentedTest

This commit is contained in:
2026-03-30 18:54:03 +02:00
parent 0e041b79cf
commit c6e8d093cb
6 changed files with 15 additions and 292 deletions

View File

@@ -82,8 +82,8 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10"
implementation 'androidx.core:core-ktx:1.17.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.20"
implementation 'androidx.core:core-ktx:1.18.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation "androidx.compose.material3:material3:1.4.0"
implementation 'com.google.android.play:review:2.0.2'
@@ -101,20 +101,20 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation "com.google.accompanist:accompanist-systemuicontroller:0.36.0"
implementation 'androidx.activity:activity-compose:1.12.3'
implementation "androidx.compose.ui:ui:1.10.2"
implementation "androidx.compose.ui:ui-tooling-preview:1.10.2"
implementation "androidx.compose.runtime:runtime-livedata:1.10.2"
implementation 'androidx.activity:activity-compose:1.13.0'
implementation "androidx.compose.ui:ui:1.10.6"
implementation "androidx.compose.ui:ui-tooling-preview:1.10.6"
implementation "androidx.compose.runtime:runtime-livedata:1.10.6"
implementation "androidx.navigation:navigation-compose:2.9.7"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
implementation "com.google.dagger:hilt-android:2.59"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.10.2"
debugImplementation "androidx.compose.ui:ui-tooling:1.10.2"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.10.2"
ksp "com.google.dagger:hilt-compiler:2.59"
implementation "com.google.dagger:hilt-android:2.59.2"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.10.6"
debugImplementation "androidx.compose.ui:ui-tooling:1.10.6"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.10.6"
ksp "com.google.dagger:hilt-compiler:2.59.2"
annotationProcessor "androidx.room:room-compiler:2.8.4"
implementation "androidx.room:room-runtime:2.8.4"
ksp "androidx.room:room-compiler:2.8.4"