Skip to content

Commit b7edce9

Browse files
committed
release 0.8.1
1 parent a203523 commit b7edce9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ android {
1010
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
1111
minSdkVersion 22
1212
targetSdkVersion 31
13-
versionCode 23
14-
versionName "0.8.0"
13+
versionCode 24
14+
versionName "0.8.1"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
vectorDrawables.useSupportLibrary = true
17-
1817
}
1918
buildTypes {
2019
/*debug {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix crash when finishing a resumed training session
2+
- Add progress indicator for training sessions
3+
- Rework a bunch of training history related things internally

0 commit comments

Comments
 (0)