fix: match project root to repo name

This commit is contained in:
TwistedUmbrellaX
2024-03-08 16:48:01 -05:00
parent 98f4d4f30b
commit 3f1f32a1e8

View File

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