We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bb8cc commit adc48dbCopy full SHA for adc48db
utils/build.gradle
@@ -60,10 +60,10 @@ dependencies {
60
api ('androidx.core:core-ktx:1.9.0') {
61
because '1.10.0 caused troubles with Paparazzi in the past'
62
}
63
- api 'androidx.test.ext:junit:1.2.1'
64
- api 'androidx.test.espresso:espresso-core:3.6.1'
65
- api 'androidx.compose.ui:ui-test-junit4:1.6.8'
66
- api 'androidx.fragment:fragment-ktx:1.8.1'
+ api 'androidx.test.ext:junit:1.1.5'
+ api 'androidx.test.espresso:espresso-core:3.5.1'
+ api 'androidx.compose.ui:ui-test-junit4:1.5.4'
+ api 'androidx.fragment:fragment-ktx:1.6.2'
67
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
68
69
0 commit comments