From 07e98e41e8733d8f1c85fb169536b14b7e6ffa07 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Thu, 21 Feb 2019 19:07:02 +0100 Subject: [PATCH] update openScale version to 2.0 --- android_app/app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index d9e79098..5338150e 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,8 +8,8 @@ android { testApplicationId "com.health.openscale.test" minSdkVersion 19 targetSdkVersion 28 - versionCode 40 - versionName "1.9.3" + versionCode 41 + versionName "2.0" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] } @@ -40,7 +40,7 @@ android { } 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.appcompat:appcompat:1.0.2' implementation 'androidx.recyclerview:recyclerview:1.0.0' @@ -61,9 +61,9 @@ dependencies { implementation 'cat.ereza:customactivityoncrash:2.2.0' // Room - implementation 'androidx.room:room-runtime:2.1.0-alpha03' - annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha03' - androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03' + implementation 'androidx.room:room-runtime:2.1.0-alpha04' + annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha04' + androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha04' // Timber implementation 'com.jakewharton.timber:timber:4.7.1'