Fix jar file lost bug

This commit is contained in:
2022-04-15 04:57:03 +08:00
parent 6258f88990
commit 084951f463
4 changed files with 175 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ dependencies {
// Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82'
compileOnly fileTree(include: ['android-stub.jar', 'module-injector.jar'], dir: 'libs')
implementation fileTree(include: ['free-reflection.jar'], dir: 'libs')
implementation 'androidx.annotation:annotation:1.3.0'
}