Skip to content

Commit 55a3844

Browse files
committed
Release 1.1.1
- Show friendly error when no browser is available for testing - Prefer known-good browsers for testing, to avoid issues when Firefox is set as the default with a system cert installed.
1 parent 8fcff3b commit 55a3844

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 15
14-
versionName "1.1.0"
13+
versionCode 16
14+
versionName "1.1.1"
1515

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

0 commit comments

Comments
 (0)