Custom Labels, User archive, Versioning, String and UI cleanup

This commit is contained in:
soraefir
2026-07-01 22:10:08 +02:00
parent 678a90ead9
commit 810ca20201
43 changed files with 1646 additions and 850 deletions
+4 -4
View File
@@ -14,7 +14,7 @@ android {
applicationId "net.helcel.cowspent"
minSdk = 26
targetSdk = 37
versionName "1.0b"
versionName project.hasProperty('VERSION_NAME') ? project.property('VERSION_NAME') : "1"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}
@@ -92,8 +92,8 @@ android {
}
dependencies {
implementation 'androidx.compose.foundation:foundation:1.11.3'
implementation 'androidx.compose.runtime:runtime:1.11.3'
implementation 'androidx.compose.foundation:foundation:1.11.4'
implementation 'androidx.compose.runtime:runtime:1.11.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
implementation 'androidx.preference:preference-ktx:1.2.1'
@@ -106,7 +106,7 @@ dependencies {
implementation 'com.github.nextcloud:Android-SingleSignOn:1.1.0'
implementation 'com.opencsv:opencsv:5.12.0'
implementation platform('androidx.compose:compose-bom:2026.06.00')
implementation platform('androidx.compose:compose-bom:2026.06.01')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.material:material'
implementation 'androidx.compose.material:material-icons-extended'