Update dependencies

This commit is contained in:
Nullptr
2023-02-14 10:02:40 +08:00
parent 2bcb36ab4a
commit 8cac525aa9
3 changed files with 5 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ val verCode by extra(gitCommitCount)
val androidMinSdkVersion by extra(29) val androidMinSdkVersion by extra(29)
val androidTargetSdkVersion by extra(33) val androidTargetSdkVersion by extra(33)
val androidCompileSdkVersion by extra(33) val androidCompileSdkVersion by extra(33)
val androidBuildToolsVersion by extra("33.0.1") val androidBuildToolsVersion by extra("33.0.2")
val androidCompileNdkVersion by extra("25.1.8937393") val androidCompileNdkVersion by extra("25.2.9519653")
val androidSourceCompatibility by extra(JavaVersion.VERSION_11) val androidSourceCompatibility by extra(JavaVersion.VERSION_11)
val androidTargetCompatibility by extra(JavaVersion.VERSION_11) val androidTargetCompatibility by extra(JavaVersion.VERSION_11)

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

@@ -7,8 +7,8 @@ pluginManagement {
gradlePluginPortal() gradlePluginPortal()
} }
plugins { plugins {
id("com.android.library") version "7.4.0" id("com.android.library") version "7.4.1"
id("com.android.application") version "7.4.0" id("com.android.application") version "7.4.1"
} }
} }