delet some comments

This commit is contained in:
ZCShou 2022-06-17 08:55:37 +08:00
parent a9b000a80d
commit 6c2cd9299d
No known key found for this signature in database
GPG Key ID: 1011EBCEDDDEB03A

View File

@ -23,9 +23,9 @@ android {
minSdkVersion 27
targetSdkVersion 32
versionCode 1101
versionName '1.10.1' // https://semver.org/lang/zh-CN/
versionName '1.10.1' // https://semver.org/lang/zh-CN/
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs 'zh', 'zh-rCN', 'en', 'en-rUS' //
resConfigs 'zh', 'zh-rCN', 'en', 'en-rUS'
ndk {
abiFilters "arm64-v8a"
}
@ -106,7 +106,7 @@ dependencies {
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'com.elvishew:xlog:1.11.0' // xLog
implementation 'com.elvishew:xlog:1.11.0'
implementation files('libs/BaiduLBS_Android.jar')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'