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