From fd8d15c15e2937601d6ca522cf98ebf1b20a07d2 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 4 May 2022 10:11:49 +0900 Subject: [PATCH] Bump version v5.0.6 Signed-off-by: Teddysun --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index aab0e93..ce18089 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,8 +27,8 @@ android { applicationId = "com.github.shadowsocks.plugin.v2ray" minSdkVersion(23) targetSdkVersion(30) - versionCode = 5000500 - versionName = "5.0.5" + versionCode = 5000600 + versionName = "5.0.6" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" } buildTypes {