修改强制更新 和银行卡识别的bug

This commit is contained in:
md
2021-09-08 16:46:02 +08:00
parent 1cc7e45c9a
commit 1eebd16086
11 changed files with 76 additions and 46 deletions

View File

@@ -3,14 +3,14 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
//ndkVersion '23.0.7123448'
ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {