Bump version to v4.5.2 (55)

This commit is contained in:
kyori19 2023-04-04 09:08:21 +09:00
parent 91e21942ab
commit 3a896c96b4
No known key found for this signature in database
GPG Key ID: F7BDE7DD42BF366A
3 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,8 @@ android {
namespace 'com.keylesspalace.tusky'
minSdkVersion 23
targetSdkVersion 33
versionCode 54
versionName '4.5.1'
versionCode 55
versionName '4.5.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
* Fix replying to content contains HTML tags

View File

@ -0,0 +1 @@
* 投稿画面でリプライ先の投稿にHTMLタグが含まれてしまう問題の修正