Skip to content

Commit 6da0ddc

Browse files
committedAug 9, 2023
Release v1.3.9
- Fix bug in Android 14 check with older (SDK <30) devices
1 parent 2e51acd commit 6da0ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "tech.httptoolkit.android.v1"
1010
minSdkVersion 21
1111
targetSdkVersion 33
12-
versionCode 28
13-
versionName "1.3.8"
12+
versionCode 29
13+
versionName "1.3.9"
1414

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

0 commit comments

Comments
 (0)
Please sign in to comment.