From cbdcf0e7f0ae68ae7acb33de388faefea68128b6 Mon Sep 17 00:00:00 2001 From: cjybyjk Date: Wed, 28 Oct 2020 15:58:48 +0800 Subject: [PATCH] version 1.0.2 Signed-off-by: cjybyjk --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 70eac99..f056d46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "io.cjybyjk.statuslyricext" minSdkVersion 21 targetSdkVersion 30 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }