diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 5679e75a..b82a7087 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,7 +9,7 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 29 + versionCode 30 versionName "1.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }