Skip to content

Commit 9794b94

Browse files
committed
Release alpha10
- Major updates to VPN speed & stability - Improved layout on smaller screens - More traffic now captured (especially on Android 10+) - Clearer cert status UI - ICMP ping support - Reduced CPU & memory usage - Reduced update checks & warnings when installed via adb - Added warning if the VPN is killed in the background
1 parent 66fd741 commit 9794b94

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
76
compileSdkVersion 29
87
buildToolsVersion "29.0.3"
8+
99
defaultConfig {
1010
applicationId "tech.httptoolkit.android.v1"
1111
minSdkVersion 21
1212
targetSdkVersion 29
13-
versionCode 9
14-
versionName "1.0.0-alpha9"
13+
versionCode 10
14+
versionName "1.0.0-alpha10"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717

1818
buildConfigField "String", "SENTRY_DSN", "null"
1919
buildConfigField "String", "GA_ID", "null"
2020
}
21+
2122
buildTypes {
2223
release {
2324
minifyEnabled false

0 commit comments

Comments
 (0)