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