Skip to content

Commit f626130

Browse files
committed
Version 1.0.10, try fixing Jitpack build by upgrading OpenJDK version on Jitpack.
1 parent 171e817 commit f626130

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1-1
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.9'
24+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.10'
2525
}
2626
```
2727

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
`maven-publish`
55
}
66

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

99
group = "com.acsbendi"
1010
version = currentVersion

app/jitpack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk11

0 commit comments

Comments
 (0)