修改bug

This commit is contained in:
wangdongsheng
2021-10-08 18:28:19 +08:00
parent b8b70b1644
commit c0ce706448
14 changed files with 51 additions and 70 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 3
versionName "3.0"
versionCode 4
versionName "4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {