Skip to content

Commit 708e656

Browse files
committed
Release 1.0.1
- Android 11 support - Improved error reporting - More reliable browser launching - Improved UI when no certs are trusted - Wide variety of VPN stability fixes (We've jumped to 1.0.1 here, because 1.0.0-alpha12 was effectively promoted to 1.0.0, and is marked as such in a few places)
1 parent b98c16d commit 708e656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "tech.httptoolkit.android.v1"
1111
minSdkVersion 21
1212
targetSdkVersion 29
13-
versionCode 12
14-
versionName "1.0.0-alpha12"
13+
versionCode 13
14+
versionName "1.0.1"
1515

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

0 commit comments

Comments
 (0)