From a6c2764c6c7f25644e47fad51dc3f38dba442b18 Mon Sep 17 00:00:00 2001 From: fascinate98 Date: Thu, 5 Jan 2023 09:32:05 +0900 Subject: [PATCH] add dependency --- build.gradle | 3 +++ settings.gradle | 1 + 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 049bdc4..e631e7f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,9 @@ buildscript { ext { compose_ui_version = '1.4.0-alpha03' } + dependencies { + classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" + } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.3.1' apply false diff --git a/settings.gradle b/settings.gradle index b85e418..f56a3d3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,6 +10,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven { url "https://jitpack.io" } } } rootProject.name = "xblur"