File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.4 .2'
9+ classpath ' com.android.tools.build:gradle:4.2 .2'
1010 }
1111}
1212
@@ -78,5 +78,5 @@ dependencies {
7878 androidTestImplementation " androidx.test.ext:junit:1.1.5"
7979 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
8080 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
81- implementation " androidx.appcompat:appcompat:1.6 .1"
81+ implementation " androidx.appcompat:appcompat:1.3 .1"
8282}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.4 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' java-library'
2- // apply plugin: 'maven'
2+ apply plugin : ' maven'
33
44dependencies {
55 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
You can’t perform that action at this time.
0 commit comments