From c0e396c4afc12d5e0ef0dddb0bc6e6cfe764c13d Mon Sep 17 00:00:00 2001 From: acsbendi Date: Wed, 13 Dec 2023 19:35:19 +0100 Subject: [PATCH] Version 1.0.5. --- README.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 218c17c..708e038 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.4' + implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.5' } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5f15d63..69c17e5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,7 +4,7 @@ plugins { `maven-publish` } -val currentVersion = "1.0.4" +val currentVersion = "1.0.5" group = "com.acsbendi" version = currentVersion