1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Use Fragment 1.6.0 alpha to fix issue with test

https://issuetracker.google.com/issues/128612536
This commit is contained in:
Benoit Marty
2023-01-11 12:03:41 +01:00
committed by Benoit Marty
parent d686d7aab2
commit 242596744a
3 changed files with 6 additions and 3 deletions

View File

@@ -404,7 +404,7 @@ dependencies {
androidTestUtil libs.androidx.orchestrator
androidTestImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.0"
debugImplementation libs.androidx.fragmentTesting
debugImplementation libs.androidx.fragmentTestingManifest
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
}