Skip to content

Commit

Permalink
Release alpha12
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
pimterry committed Jun 19, 2020
1 parent 57a87e3 commit e2bbe33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "tech.httptoolkit.android.v1"
minSdkVersion 21
targetSdkVersion 29
versionCode 11
versionName "1.0.0-alpha11"
versionCode 12
versionName "1.0.0-alpha12"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit e2bbe33

Please sign in to comment.