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