mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-08 18:39:31 +08:00
8 lines
418 B
Groovy
Executable File
8 lines
418 B
Groovy
Executable File
include ':org.eclipse.paho.android.service'
|
|
include ':org.eclipse.paho.android.sample'
|
|
include ':paho.mqtt.android.example'
|
|
|
|
project(':org.eclipse.paho.android.service').projectDir = new File('org.eclipse.paho.android.service')
|
|
project(':paho.mqtt.android.example').projectDir = new File('paho.mqtt.android.example')
|
|
project(':org.eclipse.paho.android.sample').projectDir = new File('org.eclipse.paho.android.sample')
|