diff --git a/mastodon/build.gradle b/mastodon/build.gradle index c3821d22..c4224299 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 33 - versionCode 104 - versionName "2.5.3" + versionCode 106 + versionName "2.5.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }