diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 8e1fec485..81e943966 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 34 - versionName "1.0.4" + versionCode 1 + versionName "1.0.4+sk22-fork.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }