Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 5, 2020
1 parent 37da5f6 commit a61b92d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- refs/tags/v*
branches:
exclude:
- "*"
- master

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit a61b92d

Please sign in to comment.