From 3398850202cde3b90e5664909724c615d2f66fe2 Mon Sep 17 00:00:00 2001 From: secure7 <61118900+secure7@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:19:40 +0700 Subject: [PATCH] Update build.gradle --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1395f4cd..8fae72e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,15 +4,15 @@ plugins { } android { - compileSdkVersion 30 - buildToolsVersion "30.0.3" + compileSdkVersion 34 + buildToolsVersion "34.0.3" defaultConfig { applicationId "top.niunaijun.blackdex" minSdkVersion 21 - targetSdkVersion 30 - versionCode 6 - versionName "3.2.0" + targetSdkVersion 35 + versionCode 7 + versionName "6.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -102,4 +102,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' -} \ No newline at end of file +}