build: change applicationId, version code and version name to Moshidon values

This commit is contained in:
LucasGGamerM
2024-11-25 11:36:50 -03:00
parent 824516d60b
commit 572a4ab8e6

View File

@@ -10,11 +10,11 @@ android {
compileSdk 34
defaultConfig {
applicationId "org.joinmastodon.android"
applicationId "org.joinmastodon.android.moshinda"
minSdk 23
targetSdk 34
versionCode 129
versionName "2.9.1"
versionCode 107
versionName "2.9.1+fork.107.moshinda"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}