Skip to content

Commit ba31a8b

Browse files
committed
Version 1.0.4.
1 parent 649da37 commit ba31a8b

2 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
@@ -22,7 +22,7 @@ allprojects {
2222

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

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.3"
7+
val currentVersion = "1.0.4"
88

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

0 commit comments

Comments
 (0)