We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329f05a commit 6f5a68eCopy full SHA for 6f5a68e
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
8
minSdkVersion 19
9
targetSdkVersion 28
10
- versionCode 19
11
- versionName "0.7.1"
+ versionCode 20
+ versionName "0.7.2"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
vectorDrawables.useSupportLibrary = true
14
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -1,3 +1,6 @@
1
+ - Fix broken import/export due to androidx upgrade
2
- Fix spacing in list editor & settings making buttons hard to access.
3
+ - Fix possible multi-trigger of editor dialogs
4
- Change editor dialog to close on last input finish.
5
- Change list settings dialog to close on last input finish.
6
+ - Upgrade gradle dependency
0 commit comments