diff --git a/mastodon/build.gradle b/mastodon/build.gradle index eddc4075..08b80ec8 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,7 +9,7 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 31 + versionCode 32 versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }