Skip to content

Commit c0e396c

Browse files
committed
Version 1.0.5.
1 parent a3647af commit c0e396c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222

2323
```gradle
2424
dependencies {
25-
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.4'
25+
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.5'
2626
}
2727
```
2828

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.4"
7+
val currentVersion = "1.0.5"
88

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

0 commit comments

Comments
 (0)