From ba31a8bc5f5864048fc733b62d4cd5e9dbb601dc Mon Sep 17 00:00:00 2001 From: acsbendi Date: Wed, 11 Oct 2023 19:56:50 +0200 Subject: [PATCH] Version 1.0.4. --- README.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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