We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e9fc commit 6877675Copy full SHA for 6877675
1 file changed
build.gradle
@@ -4,11 +4,11 @@ buildscript {
4
5
repositories {
6
google()
7
- jcenter()
+ mavenCentral()
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:8.0.2'
11
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
@@ -18,11 +18,11 @@ buildscript {
18
allprojects {
19
20
21
22
maven { url 'https://jitpack.io' }
23
24
25
26
-task clean(type: Delete) {
+tasks.register('clean', Delete) {
27
delete rootProject.buildDir
28
0 commit comments