update:2020.06.12

fix:更换图标
add:增加连接上wifi之后启动管控功能
This commit is contained in:
2020-06-12 11:15:52 +08:00
parent c99f828dcf
commit 64aae388b8
18 changed files with 752 additions and 120 deletions

View File

@@ -15,10 +15,10 @@ android {
minSdkVersion 20
targetSdkVersion 29
versionCode 142
versionName "2.9.9"//测试jiaoguanyi.cn
// versionCode 128
// versionName "2.0.0.8"// 正式jiaoguanyi.com 双数正式 单数测试
versionCode 145
versionName "3.0.2"//测试jiaoguanyi.cn
// versionCode 129
// versionName "2.0.0.9"// 正式jiaoguanyi.com 双数正式 单数测试
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -160,7 +160,7 @@ dependencies {
implementation 'com.arialyy.aria:core:3.8.5'
annotationProcessor 'com.arialyy.aria:compiler:3.8.5'
implementation 'com.github.tianma8023:NetDetector:v0.2.0'
// implementation 'com.github.tianma8023:NetDetector:v0.2.0'
implementation "org.java-websocket:Java-WebSocket:1.4.1"