From 9fa17a77cc9c39d1e3b646f0a1a580bc572e172c Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 24 Feb 2019 07:39:26 +0800 Subject: [PATCH] update version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 35c2ebb..d547492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId 'fun.kitsunebi.kitsunebi4android' minSdkVersion 17 targetSdkVersion 28 - versionCode 19 - versionName "0.8.2" + versionCode 20 + versionName "0.9.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {