Showing now as version 1.0.0 Alpha 15

This commit is contained in:
dankito 2024-10-16 01:55:55 +02:00
parent e16d71a1fa
commit 5965a1e4dd
2 changed files with 2 additions and 2 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)