Update Gradle dependencies

This commit is contained in:
2022-07-15 02:06:50 +08:00
parent 41c266c957
commit 5fdcfa1420

View File

@@ -47,7 +47,7 @@ dependencies {
// Used 82 API Version // Used 82 API Version
compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82'
compileOnly fileTree(include: ['*.jar'], dir: 'libs') compileOnly fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.annotation:annotation:1.4.0'
} }
group = rootProject.ext.groupId group = rootProject.ext.groupId