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 e4e0612 commit e01d2e2Copy full SHA for e01d2e2
utils/build.gradle
@@ -57,8 +57,8 @@ dependencies {
57
api 'androidx.compose.ui:ui-test-junit4:1.9.4'
58
api 'androidx.fragment:fragment-ktx:1.8.9'
59
implementation 'androidx.test:core:1.7.0'
60
- implementation 'androidx.core:core-ktx:1.16.0' because {
61
- "it crashes with newer versions if executing ./gradlew :app:checkDebugAarMetadata"
+ implementation ('androidx.core:core-ktx:1.16.0') {
+ because "it crashes with newer versions if executing ./gradlew :app:checkDebugAarMetadata"
62
}
63
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:6.1'
64
0 commit comments