mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
Upgrade deps
This commit is contained in:
parent
35612201f9
commit
254b21edd4
@ -1,6 +1,6 @@
|
|||||||
val androidTargetSdkVersion by extra(33)
|
val androidTargetSdkVersion by extra(33)
|
||||||
val androidMinSdkVersion by extra(21)
|
val androidMinSdkVersion by extra(21)
|
||||||
val androidBuildToolsVersion by extra("33.0.0")
|
val androidBuildToolsVersion by extra("33.0.2")
|
||||||
val androidCompileSdkVersion by extra(33)
|
val androidCompileSdkVersion by extra(33)
|
||||||
val androidNdkVersion by extra("25.1.8937393")
|
val androidNdkVersion by extra("25.2.9519653")
|
||||||
val androidCmakeVersion by extra("3.22.1+")
|
val androidCmakeVersion by extra("3.22.1+")
|
||||||
|
@ -46,7 +46,7 @@ android {
|
|||||||
prefab = true
|
prefab = true
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packaging {
|
||||||
jniLibs {
|
jniLibs {
|
||||||
excludes += "**.so"
|
excludes += "**.so"
|
||||||
}
|
}
|
||||||
@ -60,7 +60,6 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = androidMinSdkVersion
|
minSdk = androidMinSdkVersion
|
||||||
targetSdk = androidTargetSdkVersion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -5,8 +5,8 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.0.1"
|
id("com.android.application") version "8.0.2"
|
||||||
id("com.android.library") version "8.0.1"
|
id("com.android.library") version "8.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user