Set root project's name to Seedvault

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2023-03-27 13:52:32 +05:30
parent 1943595f11
commit 1d9cb146f8

View file

@ -13,6 +13,7 @@ dependencyResolutionManagement {
maven { url 'https://jitpack.io' }
}
}
rootProject.name = 'Seedvault'
include ':app'
include ':contactsbackup'
include ':storage:lib'