From ce02b75a4c990871779df021d904ab3f09ea5cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:11:46 +0800 Subject: [PATCH] Bump appcompat from 1.5.0 to 1.5.0.1 (#2087) --- 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 38428a44..f079a361 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -156,7 +156,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps") implementation("com.squareup.okhttp3:logging-interceptor") - implementation("dev.rikka.rikkax.appcompat:appcompat:1.5.0") + implementation("dev.rikka.rikkax.appcompat:appcompat:1.5.0.1") implementation("dev.rikka.rikkax.core:core:1.4.1") implementation("dev.rikka.rikkax.insets:insets:1.3.0") implementation("dev.rikka.rikkax.material:material:2.5.1")