File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' com.github.dcendents.android-maven'
32
43group= ' com.github.philjay'
54
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- jcenter()
43 google()
4+ mavenCentral()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:3.4.0'
8- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
7+ classpath ' com.android.tools.build:gradle:7.0.4'
98 }
109}
1110
1211allprojects {
1312 repositories {
14- jcenter()
1513 google()
14+ mavenCentral()
1615 }
1716}
Original file line number Diff line number Diff line change 1- # Sat Apr 27 15:48:29 CEST 2019
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
You can’t perform that action at this time.
0 commit comments