From 973bd086dd33302708b395f98e0707ceebe52da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:02:10 +0000 Subject: [PATCH] Update dependency com.github.franmontiel:PersistentCookieJar to v1.0.1 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2193fc84e..8afc2352b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -199,7 +199,7 @@ dependencies { implementation(libs.kotlin.jdk8) implementation(libs.okhttp) - implementation("com.github.franmontiel:PersistentCookieJar:v1.0.1") + implementation("com.github.franmontiel:PersistentCookieJar:1.0.1") implementation("com.google.code.gson:gson:2.9.0") implementation("com.google.android.material:material:1.8.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")