Skip to content

Commit 1b6ad0a

Browse files
committedDec 10, 2024
Version 1.0.12, try fixing Jitpack build by upgrading OpenJDK to 17 in Jitpack.
1 parent b6bf93d commit 1b6ad0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.11'
24+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.12'
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.11"
7+
val currentVersion = "1.0.12"
88

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

‎jitpack.yml

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

0 commit comments

Comments
 (0)
Failed to load comments.