update dependencies

This commit is contained in:
Matthieu 2021-04-28 15:24:05 +02:00
parent 34660c1280
commit 0526e480b8
1 changed files with 4 additions and 4 deletions

View File

@ -113,16 +113,16 @@ dependencies {
implementation "androidx.activity:activity-ktx:1.2.2"
// Use the most recent version of CameraX
def cameraX_version = '1.0.0-rc04'
def cameraX_version = '1.0.0-rc05'
implementation "androidx.camera:camera-core:${cameraX_version}"
implementation "androidx.camera:camera-camera2:${cameraX_version}"
// CameraX Lifecycle library
implementation "androidx.camera:camera-lifecycle:$cameraX_version"
// CameraX View class
implementation 'androidx.camera:camera-view:1.0.0-alpha23'
implementation 'androidx.camera:camera-view:1.0.0-alpha24'
def room_version = "2.3.0-rc01"
def room_version = "2.3.0"
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
@ -190,7 +190,7 @@ dependencies {
// debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536
//noinspection FragmentGradleConfiguration
stagingImplementation("androidx.fragment:fragment-testing:1.3.2") {
stagingImplementation("androidx.fragment:fragment-testing:1.3.3") {
exclude group:'androidx.test', module:'monitor'
}