Bump version to v4.0.0-beta.0 (36)

This commit is contained in:
kyori19 2021-08-04 00:35:23 +09:00
parent 10acf4088d
commit fe6b192a1c
2 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 29
versionCode 35
versionName '3.7.6'
versionCode 36
versionName '4.0.0-beta.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,3 @@
> これはプレリリースです。Play Store版は公開されません。
* 簡易投稿欄を非表示にするオプションを追加 (#14)