diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 396ecb999..df403548b 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 34 - versionCode 120 - versionName "2.7.1" + versionCode 121 + versionName "2.7.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }