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 dc96942 commit edcc2f5Copy full SHA for edcc2f5
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
12
minSdkVersion 22
13
targetSdkVersion 30
14
- versionCode 22
15
- versionName "0.7.4"
+ versionCode 23
+ versionName "0.8.0"
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
vectorDrawables.useSupportLibrary = true
18
fastlane/metadata/android/en-US/changelogs/23.txt
@@ -0,0 +1,4 @@
1
+ - Breaking: Minimum API is now 22 which is android 5.1
2
+ - Fix survey crashes on android apis 29+
3
+ - Add opt-in crash reporter functionality
4
+ - Introduce DB 3.0 changing a lot of internals for the upcoming features
0 commit comments