Set project name explicitly

This commit is contained in:
Naveen Singh 2025-01-09 16:24:07 +05:30
parent 7736ab316c
commit 86ae366702
No known key found for this signature in database
GPG Key ID: AF5D43C216778C0B

View File

@ -13,4 +13,5 @@ dependencyResolutionManagement {
maven { setUrl("https://jitpack.io") } maven { setUrl("https://jitpack.io") }
} }
} }
rootProject.name = "Voice-Recorder"
include(":app") include(":app")