Skip to content

Commit

Permalink
update openScale version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Feb 21, 2019
1 parent 3a577b9 commit 07e98e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()] }
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 07e98e4

Please sign in to comment.