paho.mqtt.android/settings.gradle
Hannes Achleitner 00718c94ff remove pointless .gitignore files
signing

Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2020-04-05 07:10:01 +02:00

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')