Loading app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}" implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' implementation 'androidx.appcompat:appcompat:1.1.0-beta01' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.fragment:fragment-ktx:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' Loading @@ -95,7 +95,7 @@ dependencies { implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.android.material:material:1.0.0' def room_version = '2.1.0-beta01' def room_version = '2.1.0-rc01' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" Loading @@ -112,8 +112,8 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.3' // for tests androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'junit:junit:4.12' androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.3' Loading Loading
app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}" implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' implementation 'androidx.appcompat:appcompat:1.1.0-beta01' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.fragment:fragment-ktx:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' Loading @@ -95,7 +95,7 @@ dependencies { implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.android.material:material:1.0.0' def room_version = '2.1.0-beta01' def room_version = '2.1.0-rc01' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" Loading @@ -112,8 +112,8 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.3' // for tests androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'junit:junit:4.12' androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.3' Loading