Upgrade deps

This commit is contained in:
LoveSy 2023-06-27 15:38:44 +08:00
parent 35612201f9
commit 254b21edd4
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

View File

@ -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+")

View File

@ -46,7 +46,7 @@ android {
prefab = true
}
packagingOptions {
packaging {
jniLibs {
excludes += "**.so"
}
@ -60,7 +60,6 @@ android {
defaultConfig {
minSdk = androidMinSdkVersion
targetSdk = androidTargetSdkVersion
}
buildTypes {

View File

@ -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 {