Crash fixes

This commit is contained in:
Grishka
2024-07-03 01:17:47 +03:00
parent f241d74e27
commit 3e26bd2f52
4 changed files with 13 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 33
versionCode 107
versionName "2.5.5"
versionCode 108
versionName "2.5.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}