We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb579d commit 171e817Copy full SHA for 171e817
2 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.8'
+ implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.9'
25
}
26
```
27
app/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
`maven-publish`
5
6
7
-val currentVersion = "1.0.8"
+val currentVersion = "1.0.9"
8
9
group = "com.acsbendi"
10
version = currentVersion
@@ -28,8 +28,8 @@ android {
28
29
30
compileOptions {
31
- sourceCompatibility = JavaVersion.VERSION_1_8
32
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
33
34
35
publishing {
0 commit comments