Skip to content

Commit adc48db

Browse files
committed
Do not upgrade utils versions
They make troubles when using gradle managed devices
1 parent 14bb8cc commit adc48db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ dependencies {
6060
api ('androidx.core:core-ktx:1.9.0') {
6161
because '1.10.0 caused troubles with Paparazzi in the past'
6262
}
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'
63+
api 'androidx.test.ext:junit:1.1.5'
64+
api 'androidx.test.espresso:espresso-core:3.5.1'
65+
api 'androidx.compose.ui:ui-test-junit4:1.5.4'
66+
api 'androidx.fragment:fragment-ktx:1.6.2'
6767
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
6868
}
6969

0 commit comments

Comments
 (0)