Commit 67d5ac5d authored by bixing's avatar bixing

升级targetSdk 到36

parent 0a568606
......@@ -4,12 +4,12 @@ plugins {
android {
namespace 'com.ads.cal.notes'
compileSdk 34
compileSdk 36
defaultConfig {
applicationId "com.notemaster.record.mark"
minSdk 24
targetSdk 34
targetSdk 36
versionCode 1
versionName "1.0"
......
......@@ -16,8 +16,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.9.2' apply false
id 'com.android.library' version '8.9.2' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
......
#Wed Nov 01 15:43:48 CST 2023
distributionBase=GRADLE_USER_HOME
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
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