From f098916f3c425ef6a2b98bf0d47992fc7974f69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 06:18:24 +0800 Subject: [PATCH] Bump appcompat from 1.4.1 to 1.5.0 (#2068) --- 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 3a2335f6..38428a44 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.4.1") + implementation("dev.rikka.rikkax.appcompat:appcompat:1.5.0") 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")