We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcf602 commit 51a15e0Copy full SHA for 51a15e0
README.md
@@ -21,7 +21,7 @@ allprojects {
21
22
```gradle
23
dependencies {
24
- implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.6'
+ implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.7'
25
}
26
```
27
app/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
`maven-publish`
5
6
7
-val currentVersion = "1.0.6"
+val currentVersion = "1.0.7"
8
9
group = "com.acsbendi"
10
version = currentVersion
0 commit comments