mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Update Gradle & PlatformSDK
- Update Android Gradle Plugin version to 7.3.1 - Update Kotlin version to 1.7.20
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
//file:noinspection unused
|
//file:noinspection unused
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '7.3.0' apply false
|
id 'com.android.application' version '7.3.1' apply false
|
||||||
id 'com.android.library' version '7.3.0' apply false
|
id 'com.android.library' version '7.3.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
|
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
|
id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'org.jetbrains.kotlin.jvm'
|
id 'org.jetbrains.kotlin.jvm'
|
||||||
id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
|
id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'signing'
|
id 'signing'
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.google.auto.service:auto-service-annotations:1.0.1'
|
implementation 'com.google.auto.service:auto-service-annotations:1.0.1'
|
||||||
compileOnly 'com.google.devtools.ksp:symbol-processing-api:1.7.10-1.0.6'
|
compileOnly 'com.google.devtools.ksp:symbol-processing-api:1.7.20-1.0.7'
|
||||||
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.0.0'
|
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@ dependencies {
|
|||||||
compileOnly 'de.robv.android.xposed:api:82'
|
compileOnly 'de.robv.android.xposed:api:82'
|
||||||
compileOnly project(':yukihookapi-stub')
|
compileOnly project(':yukihookapi-stub')
|
||||||
compileOnly fileTree(include: ['*.jar'], dir: 'libs')
|
compileOnly fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
implementation 'androidx.annotation:annotation:1.4.0'
|
implementation 'androidx.annotation:annotation:1.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
group = rootProject.ext.groupId
|
group = rootProject.ext.groupId
|
||||||
|
Reference in New Issue
Block a user