@@ -15,7 +15,7 @@ android {
1515 applicationId " com.hegocre.nextcloudpasswords"
1616 minSdk 24
1717 targetSdk 34
18- versionCode 29
18+ versionCode 30
1919 versionName " 1.0.9"
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -79,9 +79,9 @@ android {
7979}
8080
8181dependencies {
82- implementation ' androidx.core:core-ktx:1.12 .0'
82+ implementation ' androidx.core:core-ktx:1.13 .0'
8383 implementation ' androidx.security:security-crypto:1.0.0'
84- implementation " androidx.datastore:datastore-preferences:1.0 .0"
84+ implementation " androidx.datastore:datastore-preferences:1.1 .0"
8585
8686 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
8787
@@ -92,15 +92,15 @@ dependencies {
9292 implementation ' io.coil-kt:coil-compose:2.6.0'
9393
9494 // Compose dependencies
95- implementation platform(' androidx.compose:compose-bom:2024.04.00 ' )
95+ implementation platform(' androidx.compose:compose-bom:2024.04.01 ' )
9696 implementation ' androidx.compose.ui:ui'
9797 implementation ' androidx.compose.material3:material3'
9898 implementation ' androidx.compose.ui:ui-tooling-preview'
9999 implementation ' androidx.compose.material:material-icons-extended'
100100 implementation ' androidx.compose.runtime:runtime-livedata'
101101 implementation ' androidx.compose.foundation:foundation'
102102 implementation ' androidx.navigation:navigation-compose:2.7.7'
103- implementation ' androidx.activity:activity-compose:1.8.2 '
103+ implementation ' androidx.activity:activity-compose:1.9.0 '
104104 implementation ' androidx.biometric:biometric:1.1.0'
105105 implementation " androidx.autofill:autofill:1.1.0"
106106
@@ -115,7 +115,7 @@ dependencies {
115115 testImplementation ' junit:junit:4.13.2'
116116 androidTestImplementation ' androidx.arch.core:core-testing:2.2.0'
117117
118- androidTestImplementation platform(' androidx.compose:compose-bom:2024.04.00 ' )
118+ androidTestImplementation platform(' androidx.compose:compose-bom:2024.04.01 ' )
119119 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
120120 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
121121 androidTestImplementation ' androidx.compose.ui:ui-test-junit4'
0 commit comments