Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit fa39266

Browse files
committed
Add BlurView to dependencies.
1 parent b64541e commit fa39266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies {
5959
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
6060
implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
6161
implementation "dev.rikka.rikkax.insets:insets:1.1.1"
62+
implementation 'com.github.Dimezis:BlurView:version-1.6.6'
6263

6364
// Utils
6465
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
gradlePluginPortal()
77
}
8-
project.ext.latestAboutLibsRelease = "10.0.0-b09"
8+
project.ext.latestAboutLibsRelease = "10.0.0-rc01"
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.1.1'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

0 commit comments

Comments
 (0)