1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 08:54:49 +02:00

Set "rootProject.name = 'Smack'" in settings.gradle

This commit is contained in:
Florian Schmaus 2015-02-23 13:58:51 +01:00
parent afba123ba3
commit bc3bbb5bb4

View file

@ -1,3 +1,8 @@
// The name of the root project.
// If we would not set the name, then gradle would use the directory
// name of the root directory
rootProject.name = 'Smack'
include 'smack-core', include 'smack-core',
'smack-im', 'smack-im',
'smack-tcp', 'smack-tcp',