Update settings.gradle.kts

This commit is contained in:
Sheby
2024-02-05 19:35:45 +05:30
committed by GitHub
parent 2cb8b394d9
commit 040984e726

View File

@@ -5,5 +5,5 @@ dependencyResolutionManagement {
maven("https://jitpack.io")
}
}
rootProject.name = "pantsuit"
rootProject.name = "dantotsu"
include(":app")