Update Gradle & PlatformSDK

- Update Android Gradle Plugin version to 7.3.1
- Update Kotlin version to 1.7.20
This commit is contained in:
2022-10-20 00:09:32 +08:00
parent e0cce05bf1
commit 88d1d1b2b9
4 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ dependencies {
compileOnly 'de.robv.android.xposed:api:82'
compileOnly project(':yukihookapi-stub')
compileOnly fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.annotation:annotation:1.5.0'
}
group = rootProject.ext.groupId