fix: 修改自动匹配的txt文件缺少逗号的问题
This commit is contained in:
parent
55537c4967
commit
10b739c2fb
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "com.navinfo.outdoor"
|
applicationId "com.navinfo.outdoor"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 29
|
versionCode 30
|
||||||
versionName "8.221028"
|
versionName "8.221118"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
@ -122,6 +122,7 @@ public class LocationRecorder implements Serializable {
|
|||||||
.append(tencentLocationX)
|
.append(tencentLocationX)
|
||||||
.append(",")
|
.append(",")
|
||||||
.append(bearing)
|
.append(bearing)
|
||||||
|
.append(",")
|
||||||
.append(Constant.getRssiDesStr(rssi))
|
.append(Constant.getRssiDesStr(rssi))
|
||||||
.append(",")
|
.append(",")
|
||||||
.append(satelliteCount)
|
.append(satelliteCount)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user