Update Gradle & Kotlin

- Update Kotlin version to 1.8.20
- Update Gradle version to 8.0.2
- Update Gradle dependencies
This commit is contained in:
2023-04-07 23:55:35 +08:00
parent df5a24cf3f
commit e17ce34d77
6 changed files with 14 additions and 14 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.5.0'
implementation 'androidx.annotation:annotation:1.6.0'
}
group = rootProject.ext.groupId