Update dependencies
This commit is contained in:
parent
23c1cad9cd
commit
b462ed0904
|
@ -123,7 +123,7 @@ dependencies {
|
|||
implementation "androidx.annotation:annotation:1.2.0"
|
||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||
implementation "androidx.activity:activity-ktx:1.2.3"
|
||||
implementation 'androidx.fragment:fragment-ktx:1.3.4'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.3.5'
|
||||
|
||||
// Use the most recent version of CameraX
|
||||
def cameraX_version = '1.0.0'
|
||||
|
@ -203,7 +203,7 @@ dependencies {
|
|||
|
||||
// debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536
|
||||
//noinspection FragmentGradleConfiguration
|
||||
stagingImplementation("androidx.fragment:fragment-testing:1.3.4") {
|
||||
stagingImplementation("androidx.fragment:fragment-testing:1.3.5") {
|
||||
exclude group:'androidx.test', module:'monitor'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue