v3.0.1 - Minor bug fixes

This commit is contained in:
2026-05-17 10:10:53 +03:00
parent cbcc2c0dbc
commit f70e082104
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "com.crsmthw.phase10tracker"
minSdk = 35
targetSdk = 37
versionCode = 4
versionName = "3.0.0"
versionCode = 5
versionName = "3.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 4,
"versionName": "3.0.0",
"versionCode": 5,
"versionName": "3.0.1",
"outputFile": "app-release.apk"
}
],
@@ -273,7 +273,7 @@ fun GameSetupScreen(
modifier = Modifier.padding(bottom = 4.dp)
)
Text(
"Hold the handle and drag to reorder. First player is the initial dealer.",
"Hold the = handle and drag to reorder. First player is the initial dealer.",
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.onSurfaceVariant
)