Skip to content

Commit 51a15e0

Browse files
committedJul 30, 2024
Version 1.0.7.
1 parent 3dcf602 commit 51a15e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

2222
```gradle
2323
dependencies {
24-
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.6'
24+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.7'
2525
}
2626
```
2727

‎app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
`maven-publish`
55
}
66

7-
val currentVersion = "1.0.6"
7+
val currentVersion = "1.0.7"
88

99
group = "com.acsbendi"
1010
version = currentVersion

0 commit comments

Comments
 (0)
Failed to load comments.