Skip to content

Commit caf49fb

Browse files
committed
Release v1.5.1
- Improve QR code & permissions flow - Update assorted Android API & build tool usage
1 parent 3feedb7 commit caf49fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "tech.httptoolkit.android.v1"
1313
minSdk = 21
1414
targetSdk = 34
15-
versionCode = 34
16-
versionName = "1.5.0"
15+
versionCode = 35
16+
versionName = "1.5.1"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919

0 commit comments

Comments
 (0)