Bump version to v4.0.1 (39)

This commit is contained in:
kyori19 2021-09-24 23:48:21 +09:00
parent 4942d516df
commit dbabac7592
2 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 29
versionCode 38
versionName '4.0.0'
versionCode 39
versionName '4.0.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
* アカウントのミュートに失敗する問題の修正