Move data package to its own module

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-08 06:35:38 +05:30
parent b5a3d6489b
commit 19817bf254
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
10 changed files with 50 additions and 19 deletions

View file

@ -1,2 +1,3 @@
rootProject.name = "Compose-ToDo"
include ':app'
include ':data'