Skip to content

Commit d15f76f

Browse files
committed
Version up 0.7
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 435da04 commit d15f76f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
88
minSdkVersion 19
99
targetSdkVersion 27
10-
versionCode 17
11-
versionName "0.6.2"
10+
versionCode 18
11+
versionName "0.7"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}

fastlane/metadata/android/en-US/changelogs/18.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Fixed bug were custom formats lacked any record delimiter on export
1313
- Fixed hint menu in training staying clickable when no hint exists
1414
- Fixed a bug when selecting lists and sorting
15-
- Fix bug with missing undo-bar & entries not getting deleted
15+
- Fixed bug with missing undo-bar & entries not getting deleted
16+
- Fixed crash with pre 0.6 lists during training
1617
- List editor dialog UI fix
1718
- Internal improvements & upgrades

0 commit comments

Comments
 (0)