From ed8128fb72512cbe7d5856b39daf23f0dfe956f4 Mon Sep 17 00:00:00 2001 From: Grishka Date: Thu, 21 Apr 2022 17:32:15 +0300 Subject: [PATCH] Bump version --- mastodon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 5679e75a8..b82a70876 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" }