Compare commits
1 Commits
cbcc2c0dbc
...
v3.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| f70e082104 |
@@ -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.
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user