Compare commits
2 Commits
f87375b8dd
...
5965a1e4dd
Author | SHA1 | Date |
---|---|---|
dankito | 5965a1e4dd | |
dankito | e16d71a1fa |
|
@ -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 {
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue