Fix notification policy layout for long strings

This commit is contained in:
Grishka
2022-04-29 17:38:48 +03:00
parent a58a279e8c
commit 10a5bf0a82
3 changed files with 45 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 33
versionName "1.0.3"
versionCode 34
versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}