diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 7d4f50c6..66bb1118 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 33 - versionCode 101 - versionName "2.5.0" + versionCode 102 + versionName "2.5.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }