diff --git a/README.md b/README.md index 61bdbfa..f625157 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.7' + implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.8' } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3b842d6..e29d0fa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,7 +4,7 @@ plugins { `maven-publish` } -val currentVersion = "1.0.7" +val currentVersion = "1.0.8" group = "com.acsbendi" version = currentVersion