Compare commits
No commits in common. "5965a1e4ddc55a425d02456b3b429fc05622e9c2" and "f87375b8ddc23b578db52ebe6a75ec3970b71732" have entirely different histories.
5965a1e4dd
...
f87375b8dd
|
@ -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-15"
|
||||
versionName = "1.0.0-Alpha-14"
|
||||
}
|
||||
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 15", color = Color.LightGray)
|
||||
Text("Version 1.0.0 Alpha 13", color = Color.LightGray)
|
||||
}
|
||||
|
||||
ItemDivider(color = Colors.DrawerDivider)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
kotlin = "2.0.10"
|
||||
kotlinx-coroutines = "1.8.1"
|
||||
|
||||
banking-client = "0.7.0"
|
||||
epcqrcode = "0.5.0"
|
||||
banking-client = "0.6.2-SNAPSHOT"
|
||||
epcqrcode = "1.0.0-SNAPSHOT"
|
||||
|
||||
kcsv = "2.2.0"
|
||||
kotlinx-serializable = "1.7.1"
|
||||
|
|
Loading…
Reference in New Issue