2024-09-30 10:11:05 +08:00
|
|
|
{
|
|
|
|
"abis": [
|
|
|
|
"arm64-v8a", "armeabi-v7a", "armeabi", "x86_64"
|
|
|
|
],
|
2024-11-29 15:09:33 +08:00
|
|
|
"minSdkVersion": "19",
|
2024-09-30 10:11:05 +08:00
|
|
|
"android": {
|
|
|
|
"enableJetifier": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"implementation": ["org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5",
|
|
|
|
"org.eclipse.paho:org.eclipse.paho.android.service:1.1.1"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|