Skip to content

Commit edcc2f5

Browse files
committed
release 0.8.0
1 parent dc96942 commit edcc2f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
1212
minSdkVersion 22
1313
targetSdkVersion 30
14-
versionCode 22
15-
versionName "0.7.4"
14+
versionCode 23
15+
versionName "0.8.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
vectorDrawables.useSupportLibrary = true
1818

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)