Skip to content

Commit 03a3a31

Browse files
committed
fix: crashes on new ART
fixed by updating hidenapibypass library
1 parent ac66156 commit 03a3a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dependencies {
144144
implementation 'androidx.hilt:hilt-work:1.0.0'
145145
kapt 'androidx.hilt:hilt-compiler:1.0.0'
146146

147-
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
147+
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:6.1'
148148

149149
implementation "com.google.dagger:hilt-android:$Versions.hilt"
150150
kapt "com.google.dagger:hilt-android-compiler:$Versions.hilt"

0 commit comments

Comments
 (0)