From 8e65459cb5b1fc0e68f038b4efc92532937a9745 Mon Sep 17 00:00:00 2001 From: Grishka Date: Tue, 26 Apr 2022 00:58:33 +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 eddc40750..08b80ec81 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" }