Bump version to v4.1.2 (42)

This commit is contained in:
kyori19 2022-03-07 16:19:47 +09:00
parent 23ff74d2e4
commit 3bce970bee
2 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 30
versionCode 41
versionName '4.1.1'
versionCode 42
versionName '4.1.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
* ストリーミングによって挿入される読み込みボタンの挙動を修正