From ad98466572d74f2bd316b8b6b18c617124370318 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Sun, 21 Jun 2020 00:50:34 +0900 Subject: [PATCH] Bump version to v3.3.1 (22) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index beda5d563..a1eea6d50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 29 - versionCode 21 - versionName '3.3.0' + versionCode 22 + versionName '3.3.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true