File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ buildscript {
9
9
jcenter()
10
10
}
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:7.4.2'
12
+ classpath ' com.android.tools.build:gradle:4.1.2'
13
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
13
14
// NOTE: Do not place your application dependencies here; they belong
14
15
// in the individual module build.gradle files
15
16
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin.zip
2
3
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4
- zipStoreBase =GRADLE_USER_HOME
5
4
zipStorePath =wrapper/dists
5
+ zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.github.dcendents.android-maven'
3
+ group= ' com.github.amanzan'
2
4
3
5
4
6
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.github.dcendents.android-maven'
2
3
3
4
4
5
You can’t perform that action at this time.
0 commit comments