set gradle project name

This commit is contained in:
sk 2022-11-25 23:23:52 +01:00
parent e7dc5030d5
commit c91ebda1ff

View File

@ -6,5 +6,5 @@ dependencyResolutionManagement {
mavenLocal()
}
}
rootProject.name = "Mastodon"
rootProject.name = "Megalodon"
include ':mastodon'