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 { android {
compileSdk 33 compileSdk 33
defaultConfig { defaultConfig {
archivesBaseName = "megalodon" archivesBaseName = "moshidon"
applicationId "org.joinmastodon.android.moshinda" applicationId "org.joinmastodon.android.moshinda"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 33