1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 07:51:46 +02:00

update openScale version to 1.7.1

This commit is contained in:
OliE
2018-03-01 09:08:36 +01:00
parent 90430e3cc5
commit e4dd200a60
2 changed files with 3 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 27
versionCode 23
versionName "1.7"
versionCode 24
versionName "1.7.1"
javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }

View File

@@ -180,5 +180,6 @@
<string name="label_set_default_order">Default Reihenfolge wiederherstellen</string>
<string name="label_share_subject">openScale CSV Datenexport (%s)</string>
<string name="label_mergeWithLastMeasurement">Zusammenführen mit der letzten Messung</string>
<string name="label_export_overwrite">Vorherigen Export überschreiben %s?</string>
</resources>