Skip to content

Commit e2bbe33

Browse files
committed
Release alpha12
- Better support for small screens - Support for testing with Samsung browser - Better testing flow with system certificates installed - Fix for unrecognized system trust in some cases
1 parent 57a87e3 commit e2bbe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
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 11
14-
versionName "1.0.0-alpha11"
13+
versionCode 12
14+
versionName "1.0.0-alpha12"
1515

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

0 commit comments

Comments
 (0)