Skip to content

Commit b6bf93d

Browse files
committed
Version 1.0.11, try fixing Jitpack build by moving jitpack.yml to the root folder.
1 parent f626130 commit b6bf93d

3 files changed

Lines changed: 2 additions & 2 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.10'
24+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.11'
2525
}
2626
```
2727

app/build.gradle.kts

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

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

99
group = "com.acsbendi"
1010
version = currentVersion
File renamed without changes.

0 commit comments

Comments
 (0)