1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-09 16:10:41 +02:00

update version to 1.8.2 and updated target version to sdk 28

This commit is contained in:
OliE
2018-10-07 12:57:22 +02:00
parent cae3f36668
commit 1f8facacc8
3 changed files with 6 additions and 32 deletions

View File

@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 27
versionCode 28
versionName "1.8.1"
targetSdkVersion 28
versionCode 29
versionName "1.8.2"
javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }
@@ -35,7 +35,7 @@ android {
}
ext {
supportLibVersion = '27.1.1'
supportLibVersion = '28.0.0'
}
dependencies {