Add BlurView to dependencies.

pull/82/head
Fox2Code 2 years ago
parent b64541e097
commit fa39266c02

@ -59,6 +59,7 @@ dependencies {
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
implementation "dev.rikka.rikkax.insets:insets:1.1.1"
implementation 'com.github.Dimezis:BlurView:version-1.6.6'
// Utils
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3'

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
gradlePluginPortal()
}
project.ext.latestAboutLibsRelease = "10.0.0-b09"
project.ext.latestAboutLibsRelease = "10.0.0-rc01"
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

Loading…
Cancel
Save