fix: 修改bug,增加自动捕捉日志记录
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId "com.navinfo.outdoor"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 34
|
||||
versionName "8.221130"
|
||||
versionCode 35
|
||||
versionName "8.221206"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
lintOptions {
|
||||
@@ -163,5 +163,10 @@ dependencies {
|
||||
implementation 'com.wanghong.webpnative:webpnative:0.1.0'
|
||||
// 自动发送邮件 https://github.com/teprinciple/MailSender
|
||||
implementation 'com.teprinciple:mailsender:1.2.0'
|
||||
|
||||
// // https://github.com/JiongBull/jlog/blob/master/README_ZH.md 日志记录
|
||||
// implementation 'com.github.JiongBull:jlog:0.1.0'
|
||||
// // https://github.com/JiongBull/jlog-storage-qiniu 自动将日志上传到七牛云
|
||||
// implementation 'com.github.JiongBull:jlog-storage-qiniu:0.1.0'
|
||||
// https://github.com/elvishew/xLog/blob/master/README_ZH.md 日志记录
|
||||
implementation 'com.elvishew:xlog:1.10.1'
|
||||
}
|
||||
Reference in New Issue
Block a user