1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-09 18:26:38 +02:00

update openScale version to 2.0

This commit is contained in:
oliexdev
2019-02-21 19:07:02 +01:00
parent 3a577b9292
commit 07e98e41e8

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test" testApplicationId "com.health.openscale.test"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 40 versionCode 41
versionName "1.9.3" versionName "2.0"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] } annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }
@@ -40,7 +40,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.google.android.material:material:1.1.0-alpha02' implementation 'com.google.android.material:material:1.1.0-alpha03'
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0'
@@ -61,9 +61,9 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.2.0' implementation 'cat.ereza:customactivityoncrash:2.2.0'
// Room // Room
implementation 'androidx.room:room-runtime:2.1.0-alpha03' implementation 'androidx.room:room-runtime:2.1.0-alpha04'
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha03' annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha04'
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03' androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha04'
// Timber // Timber
implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.jakewharton.timber:timber:4.7.1'