This commit is contained in:
2022-02-02 05:44:17 +08:00
parent 251b2053bd
commit 9c0ec20b90
20 changed files with 704 additions and 92 deletions

View File

@@ -31,7 +31,7 @@ android {
dependencies {
// Used 82 API Version
compileOnly fileTree(include: ['api-82.jar'], dir: 'libs')
compileOnly 'de.robv.android.xposed:api:82'
implementation 'androidx.appcompat:appcompat:1.4.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'