Skip to content

Commit 4a0ea87

Browse files
committed
v2.3 (versionCode 34).
1 parent 74b0ec3 commit 4a0ea87

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
applicationId "cz.mendelu.xmarik.train_manager"
88
minSdkVersion 21
9-
versionCode 33
10-
versionName "2.2"
9+
versionCode 34
10+
versionName "2.3"
1111
targetSdkVersion 35
1212
def buildTime = new Date()
1313
buildConfigField "String", "BUILD_DATETIME", "\"${buildTime.format('yyyy-MM-dd HH:mm:ss')}\""

metadata/cs-CZ/changelogs/34.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* VZ: doplnit vibrace.
2+
* Vibrace a akustická výstraha VZ se zapíná/vypíná v závislosti na režimu telefonu (plné zvuky / pouze vibrace / vše ztlumeno).

metadata/en-US/changelogs/34.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* ATP: vibrate.
2+
* Vibration and sound is enabled/disabled based on phone mode (full sound / vibrate only / muted).

0 commit comments

Comments
 (0)