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 +}