Changing the name of the archivesBaseName

This commit is contained in:
LucasGGamerM 2022-12-06 21:49:46 -03:00
parent 883f28696e
commit fbcaa05c03
3 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ plugins {
android {
compileSdk 33
defaultConfig {
archivesBaseName = "megalodon"
archivesBaseName = "moshidon"
applicationId "org.joinmastodon.android.moshinda"
minSdk 23
targetSdk 33