From e9a3b30337d2f72172fcb8cdfd7ec14b1299a417 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Wed, 7 Apr 2021 10:27:42 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 62cbe87..e9d1871 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.github.shadowsocks.plugin.ck_client" minSdkVersion 21 targetSdkVersion 29 - versionCode 14 - versionName '2.5.2' + versionCode 15 + versionName '2.5.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {