Compare commits

...

2 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 17
versionName = "1.0.0-Alpha-14"
versionName = "1.0.0-Alpha-15"
}
packaging {
resources {

View File

@ -68,7 +68,7 @@ fun SideMenuContent() {
Text("Bankmeister", color = Color.White, modifier = Modifier.padding(top = 16.dp, bottom = 8.dp))
Text("Version 1.0.0 Alpha 13", color = Color.LightGray)
Text("Version 1.0.0 Alpha 15", color = Color.LightGray)
}
ItemDivider(color = Colors.DrawerDivider)

View File

@ -2,8 +2,8 @@
kotlin = "2.0.10"
kotlinx-coroutines = "1.8.1"
banking-client = "0.6.2-SNAPSHOT"
epcqrcode = "1.0.0-SNAPSHOT"
banking-client = "0.7.0"
epcqrcode = "0.5.0"
kcsv = "2.2.0"
kotlinx-serializable = "1.7.1"