Skip to content

Commit e01d2e2

Browse files
committed
fix release 2.8.0
1 parent e4e0612 commit e01d2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies {
5757
api 'androidx.compose.ui:ui-test-junit4:1.9.4'
5858
api 'androidx.fragment:fragment-ktx:1.8.9'
5959
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"
60+
implementation ('androidx.core:core-ktx:1.16.0') {
61+
because "it crashes with newer versions if executing ./gradlew :app:checkDebugAarMetadata"
6262
}
6363
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:6.1'
6464
}

0 commit comments

Comments
 (0)