Bump version to v3.7.5 (34)

This commit is contained in:
kyori19 2021-05-03 12:42:42 +09:00
parent 515120b749
commit d74ede7f36
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 33
versionName '3.7.4'
versionCode 34
versionName '3.7.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
* v3.7.4でのクラッシュする問題を修正