Skip to content

Commit

Permalink
Merge branch 'master' of github.com:a2633063/SmartControl_Android_MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
a2633063 committed Jul 20, 2023
2 parents 79a74b3 + 3a6b2c0 commit 2fe72fb
Show file tree
Hide file tree
Showing 51 changed files with 3,239 additions and 2,007 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 53
versionName "v1.11.3"
versionName "v1.12.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -28,18 +28,18 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

// implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:+'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
//implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

implementation project(':esptouch')
//implementation project(':esptouch')

//EasyLink 广播组播同时发的版本
implementation 'io.fogcloud.sdk:easylinkv3:+'
//implementation 'io.fogcloud.sdk:easylinkv3:'


implementation project(':LineTable')//分享
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"versionCode": 53,
"versionName": "v1.11.3",
"versionName": "v1.12.0",
"outputFile": "app-release.apk"
}
]
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
android:label="z485toMqtt配网"
android:screenOrientation="portrait" />
<activity
android:name="com.easylink.EasylinkActivity"
android:label="添加设备"
android:name=".deviceItem.z863key.z863keyTaskActivity"
android:label="z86_3key自动化任务"
android:screenOrientation="portrait" />
<activity
android:name=".deviceItem.SettingActivity"
Expand Down
Loading

0 comments on commit 2fe72fb

Please sign in to comment.