管控功能移植

This commit is contained in:
2019-12-30 17:30:05 +08:00
parent ce9ca54dcb
commit 0f23821d20
331 changed files with 1747 additions and 35782 deletions

View File

@@ -16,8 +16,8 @@ android {
targetSdkVersion 26
// versionCode 85
// versionName "2.0.4.6"//正式jiaoguanyi.com
versionCode 1
versionName "1.0.0"//测试jiaoguanyi.cn
versionCode 86
versionName "2.4.8"//测试jiaoguanyi.cn
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
packagingOptions {
@@ -128,8 +128,8 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.lzy.net:okrx:0.1.2'
implementation 'com.lzy.net:okserver:1.1.3'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
implementation 'de.greenrobot:eventbus:2.4.1'
implementation 'com.squareup.okhttp3:okhttp:3.6.0'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
@@ -151,6 +151,8 @@ dependencies {
implementation 'com.android.support:cardview-v7:26.1.0'
implementation "org.java-websocket:Java-WebSocket:1.4.0"
implementation project(':RecyclerBanner-library')
implementation 'com.google.zxing:core:3.2.1'
implementation 'com.hjq:xxpermissions:6.0'
}