Skip to content

Commit

Permalink
Do not upgrade utils versions
Browse files Browse the repository at this point in the history
They make troubles when using gradle managed devices
  • Loading branch information
sergio-sastre committed Jul 27, 2024
1 parent 14bb8cc commit adc48db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {
api ('androidx.core:core-ktx:1.9.0') {
because '1.10.0 caused troubles with Paparazzi in the past'
}
api 'androidx.test.ext:junit:1.2.1'
api 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.compose.ui:ui-test-junit4:1.6.8'
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'
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
}

Expand Down

0 comments on commit adc48db

Please sign in to comment.