update targetSdkVersion of vivo

This commit is contained in:
zhl 2021-10-21 12:13:25 +08:00
parent f580b092ea
commit 73f4ebe5e1

View File

@ -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'
}