mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-19 11:43:36 +01:00
update dependencies
This commit is contained in:
parent
34660c1280
commit
0526e480b8
@ -113,16 +113,16 @@ dependencies {
|
|||||||
implementation "androidx.activity:activity-ktx:1.2.2"
|
implementation "androidx.activity:activity-ktx:1.2.2"
|
||||||
|
|
||||||
// Use the most recent version of CameraX
|
// 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-core:${cameraX_version}"
|
||||||
implementation "androidx.camera:camera-camera2:${cameraX_version}"
|
implementation "androidx.camera:camera-camera2:${cameraX_version}"
|
||||||
// CameraX Lifecycle library
|
// CameraX Lifecycle library
|
||||||
implementation "androidx.camera:camera-lifecycle:$cameraX_version"
|
implementation "androidx.camera:camera-lifecycle:$cameraX_version"
|
||||||
|
|
||||||
// CameraX View class
|
// 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"
|
implementation "androidx.room:room-runtime:$room_version"
|
||||||
kapt "androidx.room:room-compiler:$room_version"
|
kapt "androidx.room:room-compiler:$room_version"
|
||||||
implementation "androidx.room:room-ktx:$room_version"
|
implementation "androidx.room:room-ktx:$room_version"
|
||||||
@ -190,7 +190,7 @@ dependencies {
|
|||||||
|
|
||||||
// debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536
|
// debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536
|
||||||
//noinspection FragmentGradleConfiguration
|
//noinspection FragmentGradleConfiguration
|
||||||
stagingImplementation("androidx.fragment:fragment-testing:1.3.2") {
|
stagingImplementation("androidx.fragment:fragment-testing:1.3.3") {
|
||||||
exclude group:'androidx.test', module:'monitor'
|
exclude group:'androidx.test', module:'monitor'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user