We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a743d4 commit a6c2764Copy full SHA for a6c2764
build.gradle
@@ -2,6 +2,9 @@ buildscript {
2
ext {
3
compose_ui_version = '1.4.0-alpha03'
4
}
5
+ dependencies {
6
+ classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
7
+ }
8
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
9
plugins {
10
id 'com.android.application' version '7.3.1' apply false
settings.gradle
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
11
google()
12
mavenCentral()
13
+ maven { url "https://jitpack.io" }
14
15
16
rootProject.name = "xblur"
0 commit comments