update gradle version code

This commit is contained in:
zhl 2021-10-19 12:03:27 +08:00
parent 26154b3c57
commit b899ede62a

View File

@ -6,8 +6,8 @@ android {
applicationId "com.hnjc.wjtx.aligames"
minSdkVersion 19
targetSdkVersion 26
versionCode 7
versionName "1.0.7"
versionCode 8
versionName "1.0.8"
ndk {
abiFilters 'armeabi-v7a'
}