Skip to content

Commit

Permalink
Release alpha10
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
pimterry committed May 28, 2020
1 parent 66fd741 commit 9794b94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {

compileSdkVersion 29
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "tech.httptoolkit.android.v1"
minSdkVersion 21
targetSdkVersion 29
versionCode 9
versionName "1.0.0-alpha9"
versionCode 10
versionName "1.0.0-alpha10"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "SENTRY_DSN", "null"
buildConfigField "String", "GA_ID", "null"
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 9794b94

Please sign in to comment.