Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
- Add Android TV support
- Allow skipping certificate setup
- Update to Android SDK v34
  • Loading branch information
pimterry committed Nov 20, 2024
1 parent b9d1e94 commit ea0d026
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 @@ -13,8 +13,8 @@ android {
applicationId "tech.httptoolkit.android.v1"
minSdkVersion 21
targetSdkVersion 34
versionCode 33
versionName "1.4.0"
versionCode 34
versionName "1.5.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

1 comment on commit ea0d026

@pimterry
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GH action failed to deploy due to manual steps & google policy checklist updates required - the same AAB from the release tag was deployed manually

Please sign in to comment.