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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user