Version 2.1

This commit is contained in:
jannis 2019-11-03 17:38:36 +01:00
parent 7fec3ef250
commit 2a5f0f3164
2 changed files with 5 additions and 2 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "de.tadris.fitness" applicationId "de.tadris.fitness"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 200 versionCode 210
versionName "2.0" versionName "2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {

View File

@ -0,0 +1,3 @@
**2.1:**
- Fix workouts not showing after recorded (#25)