Bump version to v4.4.1 (51)

This commit is contained in:
kyori19 2022-11-15 22:53:22 +09:00
parent 05ff5997ae
commit eb622def99
No known key found for this signature in database
GPG Key ID: F7BDE7DD42BF366A
3 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 31
versionCode 50
versionName '4.4.0'
versionCode 51
versionName '4.4.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
* Improve internal handling of post visibility

View File

@ -0,0 +1 @@
* 公開範囲の内部処理を改善