Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit d15b462

Browse files
committed
update openWorkout to version 1.3
1 parent fe0f1f3 commit d15b462

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId "com.health.openworkout"
2626
minSdkVersion 21
2727
targetSdkVersion 29
28-
versionCode 12
29-
versionName "1.2"
28+
versionCode 13
29+
versionName "1.3"
3030
archivesBaseName = "openWorkout-$versionName"
3131

3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* added options for voice indications
2+
* show time/rep of workout item during preparation time
3+
* added pause and resume function
4+
* show image in workout slide if no video is selected
5+
* support for changing video files for SDK <= 23
6+
* fixed some minor bugs

0 commit comments

Comments
 (0)