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