Skip to content

Commit 171e817

Browse files
committed
Version 1.0.9, try fixing Jitpack build by upgrading Java compatibility.
1 parent 8bb579d commit 171e817

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

2222
```gradle
2323
dependencies {
24-
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.8'
24+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.9'
2525
}
2626
```
2727

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
`maven-publish`
55
}
66

7-
val currentVersion = "1.0.8"
7+
val currentVersion = "1.0.9"
88

99
group = "com.acsbendi"
1010
version = currentVersion
@@ -28,8 +28,8 @@ android {
2828
}
2929

3030
compileOptions {
31-
sourceCompatibility = JavaVersion.VERSION_1_8
32-
targetCompatibility = JavaVersion.VERSION_1_8
31+
sourceCompatibility = JavaVersion.VERSION_11
32+
targetCompatibility = JavaVersion.VERSION_11
3333
}
3434

3535
publishing {

0 commit comments

Comments
 (0)