From b309aa806589a207fc77a7f335cbd6ea34f78989 Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:33:49 +0800 Subject: [PATCH] [app] Update RikkaX core (#388) --- 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 409891c5..a846c8da 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -187,7 +187,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttpVersion") implementation("com.squareup.okhttp3:logging-interceptor:$okhttpVersion") implementation("dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01") - implementation("dev.rikka.rikkax.core:core:1.3.0") + implementation("dev.rikka.rikkax.core:core:1.3.1") implementation("dev.rikka.rikkax.insets:insets:1.0.1") implementation("dev.rikka.rikkax.material:material:1.6.0") implementation("dev.rikka.rikkax.preference:simplemenu-preference:1.0.2")