diff --git a/README.md b/README.md index 60a5abb..218c17c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.3' + implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.4' } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index eb6d14b..5f15d63 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,7 +4,7 @@ plugins { `maven-publish` } -val currentVersion = "1.0.3" +val currentVersion = "1.0.4" group = "com.acsbendi" version = currentVersion