diff --git a/app/build.gradle b/app/build.gradle index 9c6901dd4..bf87b27c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/changelogs/v3.7.5/whatsnew-ja-JP b/changelogs/v3.7.5/whatsnew-ja-JP new file mode 100644 index 000000000..4514ccb5f --- /dev/null +++ b/changelogs/v3.7.5/whatsnew-ja-JP @@ -0,0 +1 @@ +* v3.7.4でのクラッシュする問題を修正