6.6.2 - Alpha7 - 添加 MQTT 依赖 (issue #330)
This commit is contained in:
@@ -219,6 +219,10 @@ dependencies /* Unclassified */ {
|
||||
|
||||
// Spongy Castle
|
||||
implementation("com.madgag.spongycastle:prov:1.58.0.0")
|
||||
|
||||
// MQTT
|
||||
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0")
|
||||
implementation("org.eclipse.paho:org.eclipse.paho.android.service:1.1.1")
|
||||
}
|
||||
|
||||
dependencies /* MIME */ {
|
||||
|
||||
@@ -639,6 +639,8 @@
|
||||
android:value="true" />
|
||||
</service>
|
||||
|
||||
<service android:name="org.eclipse.paho.android.service.MqttService" />
|
||||
|
||||
<activity
|
||||
android:name="org.autojs.autojs.inrt.SplashActivity"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user