Commit dc72fc00 authored by Mygod's avatar Mygod

Update roomVersion

parent a2640edf
......@@ -10,7 +10,7 @@ buildscript {
compileSdkVersion = 28
buildToolsVersion = '28.0.1'
androidxVersion = '1.0.0-beta01'
roomVersion = '1.1.1'
roomVersion = '2.0.0-beta01'
workVersion = '1.0.0-alpha06'
preferencexVersion = '1.0.0-alpha2'
junitVersion = '4.12'
......
......@@ -64,7 +64,7 @@ dependencies {
implementation "android.arch.work:work-runtime-ktx:$workVersion"
implementation "androidx.browser:browser:$androidxVersion"
implementation "androidx.gridlayout:gridlayout:$androidxVersion"
implementation 'androidx.room:room-runtime:2.0.0-beta01'
implementation "androidx.room:room-runtime:$roomVersion"
implementation "com.google.android.material:material:$androidxVersion"
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
implementation 'com.google.android.gms:play-services-vision:15.0.2'
......@@ -77,8 +77,8 @@ dependencies {
implementation 'eu.chainfire:libsuperuser:1.0.0.201704021214'
implementation 'net.glxn.qrgen:android:2.0'
implementation 'xyz.belvi.mobilevision:barcodescanner:2.0.3'
kapt 'androidx.room:room-compiler:2.0.0-beta01'
testImplementation 'androidx.room:room-testing:2.0.0-beta01'
kapt "androidx.room:room-compiler:$roomVersion"
testImplementation "androidx.room:room-testing:$roomVersion"
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "android.arch.work:work-testing:$workVersion"
androidTestImplementation "androidx.test:runner:$androidTestVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment