Update dependencies to use newest Android SDK. Clean up.
All checks were successful
Build Android / build (pull_request) Successful in 2m52s
Build Android / build (push) Successful in 3m2s

This commit is contained in:
2024-08-23 12:16:44 +02:00
parent fdf8c5c7df
commit cf5c408464
6 changed files with 12 additions and 7 deletions

View File

@@ -92,8 +92,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.compose.material3:material3:1.2.1"
implementation 'com.google.android.play:core-ktx:1.8.1'
implementation 'com.google.android.play:core-ktx:1.8.1'
implementation 'com.google.android.play:review:2.0.1'
implementation 'com.google.android.play:review-ktx:2.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'