From 73f4ebe5e130c24788b089e578e528c941d1cf02 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 21 Oct 2021 12:13:25 +0800 Subject: [PATCH] update targetSdkVersion of vivo --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1c1914b..9269627 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 26 + compileSdkVersion 28 defaultConfig { applicationId "com.hnjc.wjtx.vivo" minSdkVersion 21 - targetSdkVersion 26 - versionCode 9 - versionName "1.0.9" + targetSdkVersion 28 + versionCode 10 + versionName "1.0.10" ndk { abiFilters 'armeabi-v7a' }