Archived
0

Update parcels2 project

This commit is contained in:
Dico200
2018-07-25 01:45:59 +01:00
parent 80def8901a
commit 60503351a3
11 changed files with 171 additions and 107 deletions

View File

@@ -1,2 +1,7 @@
rootProject.name = "parcels2"
include("dicore3:core")
findProject(":dicore3:core")?.name = "dicore3-core"
include("dicore3:command")
findProject(":dicore3:command")?.name = "dicore3-command"