From e8cd1f3dff69329a0d2d7593ba8cec54e6257cda Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 12 Feb 2020 10:19:08 +0800 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 f009af0..bae26c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "com.github.shadowsocks.plugin.v2ray" minSdkVersion rootProject.minSdkVersion targetSdkVersion 29 - versionCode 1030000 - versionName "1.3.0" + versionCode 1030100 + versionName "1.3.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {