Bump version to v4.2.1 (48)

This commit is contained in:
kyori19 2022-08-04 07:40:53 +09:00
parent bd70f98853
commit bbf104ad4e
No known key found for this signature in database
GPG Key ID: CB37D0651E7F52AA
3 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 31
versionCode 47
versionName '4.2.0'
versionCode 48
versionName '4.2.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,2 @@
* Fix search page crashes
* https://github.com/tuskyapp/Tusky/compare/b2f2ca6c2216aa357d2dfb79981b18c36daacd9f...3ae18fd9231ba9d8f36df4b8187488b9e2cb2f01

View File

@ -0,0 +1,2 @@
* 検索画面がクラッシュする問題を修正
* https://github.com/tuskyapp/Tusky/compare/b2f2ca6c2216aa357d2dfb79981b18c36daacd9f...3ae18fd9231ba9d8f36df4b8187488b9e2cb2f01