代码拉取完成,页面将自动刷新
同步操作将从 ichtj/BaseIotUtils 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
ext {
//android开发版本配置
android = [
compileSdkVersion : 29,
buildToolsVersion : "29.0.2",
applicationId : "com.wave_chtj.example",
minSdkVersion : 19,
targetSdkVersion : 29,
versionCode : 11,
versionName : "1.1.0",
]
//support配置
support = [
"constraint-layout" : 'androidx.constraintlayout:constraintlayout:1.1.3',
'appcompat-v7' : 'androidx.appcompat:appcompat:1.0.0',
'recyclerview-v7' : 'androidx.recyclerview:recyclerview:1.0.0',
'annotations' : 'androidx.annotation:annotation:1.0.0',
'espresso' : 'androidx.test.espresso:espresso-core:3.1.0',
'runner' : 'androidx.test.ext:junit:1.1.1',
'multidex' : 'androidx.multidex:multidex:2.0.0',
]
//依赖第三方配置
dependencies = [
"rxjava" : "io.reactivex.rxjava3:rxjava:3.0.0-RC3",
"rxandroid" : "io.reactivex.rxjava2:rxandroid:2.1.1",
//network
"mqttv3" : "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0",
"mqttv-service" : "org.eclipse.paho:org.eclipse.paho.android.service:1.1.1",
//okhttp
"okhttp12" : "com.squareup.okhttp3:okhttp:3.12.1",
"okhttp" : "com.squareup.okhttp3:okhttp:3.10.0",
//rxjava
"retrofit" : "com.squareup.retrofit2:retrofit:2.6.2",
"converter-gson" : "com.squareup.retrofit2:converter-gson:2.6.2",
"adapter-rxjava" : "com.squareup.retrofit2:adapter-rxjava2:2.6.2",
//logging
"logging" : "de.mindpipe.android:android-logging-log4j:1.0.3",
"log4j" : "log4j:log4j:1.2.17",
"logger" : "com.orhanobut:logger:2.2.0",
//eventbus
"eventbus" : "org.greenrobot:eventbus:3.1.1",
//json解析
"gson" : "com.google.code.gson:gson:2.8.6",
//物联网开发基础工具类
"base_keepalive" : "com.chtj.keepalive:base_keepalive:1.0.9",
"base_iotutils" : "com.face_chtj.base_iotutils:base_iotutils:1.10.5",
"base_framework" : "com.chtj.base_framework:base_framework:1.2.0",
"base_socket" : "com.chtj.base_socket:base_socket:1.0.2",
"rxpermissions" : "com.github.tbruyelle:rxpermissions:0.10.2",
//bugly的仓库
"crashreport_upgrade" : "com.tencent.bugly:crashreport_upgrade:latest.release",
"hotrefresh" : "com.tencent.tinker:tinker-android-lib:1.9.9",
//rx系列与View生命周期同步
"rxlifecycle" : "com.trello.rxlifecycle2:rxlifecycle:2.2.2",
"rxlifecycle-components" : "com.trello.rxlifecycle2:rxlifecycle-components:2.2.2",
"butterknife" : "com.jakewharton:butterknife:10.2.0",
"butterknife-compiler" : "com.jakewharton:butterknife-compiler:10.2.0",
"socket-client" : "com.tonystark.android:socket:latest.release",
//findByView butterknife
"butterknife" : "com.jakewharton:butterknife:10.2.3",
"butterknife-compiler" : "com.jakewharton:butterknife-compiler:10.2.3",
//ZIP压缩工具类
"ziputils" : "net.lingala.zip4j:zip4j:1.3.2",
//Excel jxl表格工具
"jxlutils" : "net.sourceforge.jexcelapi:jxl:2.6.12",
//内存泄漏工具
"leakcanary" : "com.squareup.leakcanary:leakcanary-android:1.6.1",
"leakcanaryandroidnoop" : "com.squareup.leakcanary:leakcanary-android-no-op:1.6.1",
"greendao" : "org.greenrobot:greendao:3.3.0",
//视频播放
"videoplay" : "cn.jzvd:jiaozivideoplayer:7.4.2",
//屏幕适配
"autosize" : "me.jessyan:autosize:1.2.1",
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。