This commit is contained in:
jannis 2019-08-27 19:11:20 +02:00
parent 4f1e84bf02
commit 0a66041b39
2 changed files with 15 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 110 versionCode 111
versionName "1.1.0" versionName "1.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {

View File

@ -0,0 +1,13 @@
**1.1.1:**
- more accuracy in height data
**1.1:**
New:
- Height measurement via GPS and pressure sensor
- Show height diagram
- Show dialog if GPS is disabled
Fix:
- Back-Button in Settings crashes on earlier Android versions (#20)
- Fix Unit system "Imperial with meters"