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