Commit 67d5ac5d authored by bixing's avatar bixing

升级targetSdk 到36

parent 0a568606
...@@ -4,12 +4,12 @@ plugins { ...@@ -4,12 +4,12 @@ plugins {
android { android {
namespace 'com.ads.cal.notes' namespace 'com.ads.cal.notes'
compileSdk 34 compileSdk 36
defaultConfig { defaultConfig {
applicationId "com.notemaster.record.mark" applicationId "com.notemaster.record.mark"
minSdk 24 minSdk 24
targetSdk 34 targetSdk 36
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -16,8 +16,8 @@ buildscript { ...@@ -16,8 +16,8 @@ buildscript {
} }
plugins { plugins {
id 'com.android.application' version '8.0.2' apply false id 'com.android.application' version '8.9.2' apply false
id 'com.android.library' version '8.0.2' apply false id 'com.android.library' version '8.9.2' apply false
} }
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
......
#Wed Nov 01 15:43:48 CST 2023 #Wed Nov 01 15:43:48 CST 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment