Skip to content

Commit a6c2764

Browse files
committed
add dependency
1 parent 9a743d4 commit a6c2764

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ buildscript {
22
ext {
33
compose_ui_version = '1.4.0-alpha03'
44
}
5+
dependencies {
6+
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
7+
}
58
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
69
plugins {
710
id 'com.android.application' version '7.3.1' apply false

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13+
maven { url "https://jitpack.io" }
1314
}
1415
}
1516
rootProject.name = "xblur"

0 commit comments

Comments
 (0)