diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index d9e790986..5338150e2 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'