Skip to content

Commit 6f5a68e

Browse files
committed
Version up
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 329f05a commit 6f5a68e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 28
10-
versionCode 19
11-
versionName "0.7.1"
10+
versionCode 20
11+
versionName "0.7.2"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Fix broken import/export due to androidx upgrade
12
- Fix spacing in list editor & settings making buttons hard to access.
3+
- Fix possible multi-trigger of editor dialogs
24
- Change editor dialog to close on last input finish.
35
- Change list settings dialog to close on last input finish.
6+
- Upgrade gradle dependency

0 commit comments

Comments
 (0)