From dbbebd2a4911bfb64d43e34ff52fe97f660c0198 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Wed, 22 Mar 2023 23:33:14 +0100 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index eb1d41b..d9c96c3 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 18 - versionName '2.6.0' + versionCode 19 + versionName '2.6.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {