diff --git a/app/build.gradle b/app/build.gradle index cd02c00..8525568 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,8 +45,8 @@ if (analyticsEnabled) { android { namespace 'com.dragon.ide' - compileSdk 33 - buildToolsVersion "33.0.2" + compileSdk 34 + buildToolsVersion "34.0.0" def getCommitHash = { -> def stdout = new ByteArrayOutputStream() @@ -79,7 +79,7 @@ android { applicationId "com.dragon.ide" minSdk 21 targetSdk 28 - compileSdkVersion 33 + compileSdkVersion 34 versionCode getGitCommitCount() versionName "1.0 Alpha01-Snapshot-" + getCommitHash() + "-commit-no-" + getGitCommitCount().toString() buildConfigField "String", "commitSha", getCommitSha() diff --git a/build.gradle b/build.gradle index 0eef02c..3cbb5b3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.0.0' apply false - id 'com.android.library' version '8.0.0' apply false + id 'com.android.application' version '8.2.0' apply false + id 'com.android.library' version '8.2.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false id 'com.google.gms.google-services' version '4.4.0' apply false } diff --git a/common/build.gradle b/common/build.gradle index 6546a4b..d80ff9a 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -3,8 +3,8 @@ plugins { } android { - compileSdk 32 - buildToolsVersion "33.0.2" + compileSdk 34 + buildToolsVersion "34.0.0" useLibrary 'org.apache.http.legacy' namespace "android.code.editor.common" diff --git a/editor/build.gradle b/editor/build.gradle index 49bda6f..f33b758 100644 --- a/editor/build.gradle +++ b/editor/build.gradle @@ -3,8 +3,8 @@ plugins { } android { - compileSdk 32 - buildToolsVersion "33.0.2" + compileSdk 34 + buildToolsVersion "34.0.0" useLibrary 'org.apache.http.legacy' namespace "editor.tsd" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3a02907..b93c46a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists