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