Support grouping follow notifications (AND-230)

This commit is contained in:
Grishka
2024-10-31 10:09:42 +03:00
parent 603c058ec9
commit c2f6b16aff
4 changed files with 9 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 34
versionCode 123
versionName "2.7.3"
versionCode 125
versionName "2.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}