diff --git a/mastodon/build.gradle b/mastodon/build.gradle index af0e5664f..b20f14efa 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 4 - versionName '1.1.0-dev+fork.1.0' + versionCode 5 + versionName '1.1.0-dev+fork.2.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }