Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
- Improve QR code & permissions flow
- Update assorted Android API & build tool usage
  • Loading branch information
pimterry committed Feb 3, 2025
1 parent 3feedb7 commit caf49fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "tech.httptoolkit.android.v1"
minSdk = 21
targetSdk = 34
versionCode = 34
versionName = "1.5.0"
versionCode = 35
versionName = "1.5.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit caf49fb

Please sign in to comment.