File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " vocabletrainer.heinecke.aron.vocabletrainer"
8
8
minSdkVersion 19
9
9
targetSdkVersion 28
10
- versionCode 19
11
- versionName " 0.7.1 "
10
+ versionCode 20
11
+ versionName " 0.7.2 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
vectorDrawables. useSupportLibrary = true
14
14
Original file line number Diff line number Diff line change
1
+ - Fix broken import/export due to androidx upgrade
1
2
- Fix spacing in list editor & settings making buttons hard to access.
3
+ - Fix possible multi-trigger of editor dialogs
2
4
- Change editor dialog to close on last input finish.
3
5
- Change list settings dialog to close on last input finish.
6
+ - Upgrade gradle dependency
You can’t perform that action at this time.
0 commit comments