From a61b92d2532591ae03e9022a4e5a9b3d3bccf712 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Sat, 5 Dec 2020 01:26:44 +0000 Subject: [PATCH] Bump version --- README.md | 12 +++++++----- app/build.gradle | 4 ++-- azure-pipelines.yml | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 45a7de8..6f0cba7 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ Shadowsocks plugin Cloak for Android ## Requirements -- Go1.11+ -- Android NDK -- Android SDK 26+ +- Go 1.15 +- Android NDK 21.3.6528147 +- Android SDK 29 +- Gradle 6.1.1 ## Build Instructions -1. Execute `make.sh` -2. Build with Android Studio +1. Install the appropriate SDK & NDK versions in Android Studio's SDK manager +2. Execute `cd app/src && ./make.sh` +3. Build with Android Studio diff --git a/app/build.gradle b/app/build.gradle index 89f1d5a..93a9102 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 9 - versionName '2.2.2' + versionCode 10 + versionName '2.3.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bba6f5f..c858901 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: - refs/tags/v* branches: exclude: - - "*" + - master pool: vmImage: 'ubuntu-latest'