Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 2f09e82

Browse files
committed
Bump version number, upgrade stunnel, fixes #8
1 parent 3bf7101 commit 2f09e82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android:
66
- android-28
77
before_script:
88
- sudo apt-get install unzip -y
9-
- wget https://www.stunnel.org/downloads/stunnel-5.54-android.zip -O /tmp/stunnel.zip
9+
- wget https://www.stunnel.org/downloads/stunnel-5.55-android.zip -O /tmp/stunnel.zip
1010
- unzip /tmp/stunnel.zip stunnel-*-android/stunnel
1111
- mkdir -p app/src/main/assets/
1212
- cp stunnel-*-android/stunnel app/src/main/assets/

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "link.infra.sslsocks"
88
minSdkVersion 19
99
targetSdkVersion 28
10-
versionCode 15
11-
versionName "0.0.15-beta"
10+
versionCode 16
11+
versionName "0.0.16-beta"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}

0 commit comments

Comments
 (0)