From 25e184a84ad6cd4a8528bdbf67681b83b41aeb0c Mon Sep 17 00:00:00 2001 From: weihuagu Date: Sat, 13 Apr 2019 12:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=B0v0.5.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9f04a76..c6d2f2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { applicationId "com.weihuagu.receiptnotice" minSdkVersion 19 targetSdkVersion 25 - versionCode 5 - versionName "0.5" + versionCode 6 + versionName "0.5.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }