fix: 修改一级情报无法采集的问题,修改gps位置记录只在信号强度有变化时才更新的问题

This commit is contained in:
2022-01-28 14:50:49 +08:00
parent 8231733922
commit 395e189ddc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion '29.0.2'
//ndkVersion '23.0.7123448'
@@ -9,8 +9,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 12
versionName "8.1211"
versionCode 13
versionName "8.220128"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {