Skip to content

Commit 7bbe6ed

Browse files
v2.2.3 Schnapslet android app 2023-02-12
Clipping phone to horizontal or vertical mode doesn't RESTART anymore application. Game is set to saved game state in globale variable from running application context Changed highlightning of enabled / disabled Buttons & TextViews. Added AboutDialog & HelpDialog (might replace AboutActivity)
1 parent d87381d commit 7bbe6ed

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
applicationId "at.area23.schnapslet"
1515
minSdkVersion 25
1616
targetSdkVersion 33
17-
versionName '2.2.2'
17+
versionName '2.2.3'
1818
signingConfig signingConfigs.config
1919
}
2020
buildTypes {
6 Bytes
Binary file not shown.

android/app/build/outputs/apk/debug/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"filters": [],
1313
"attributes": [],
1414
"versionCode": 0,
15-
"versionName": "2.2.2version",
15+
"versionName": "2.2.3version",
1616
"outputFile": "app-debug.apk"
1717
}
1818
],

android/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<string translatable="true" name="polish_cards">polish cardset</string>
9595

9696
<string translatable="false" name="app_name">Schnapslet</string>
97-
<string translatable="false" name="version_name">v2.2.2</string>
97+
<string translatable="false" name="version_name">v2.2.3</string>
9898
<string translatable="false" name="param1_index">Index</string>
9999
<string translatable="false" name="param2_points">Points</string>
100100
<string translatable="false" name="tDbg_text" formatted="false"> </string>

0 commit comments

Comments
 (0)