File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ buildscript {
10
10
mavenCentral()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:4.1.3 '
14
- classpath group : ' commons-io' , name : ' commons-io' , version : ' 2.8 .0'
15
- classpath group : ' org.zeroturnaround' , name : ' zt-zip' , version : ' 1.14 '
13
+ classpath ' com.android.tools.build:gradle:7.3.1 '
14
+ classpath group : ' commons-io' , name : ' commons-io' , version : ' 2.12 .0'
15
+ classpath group : ' org.zeroturnaround' , name : ' zt-zip' , version : ' 1.15 '
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ repositories {
11
11
dependencies {
12
12
implementation gradleApi()
13
13
implementation localGroovy()
14
- implementation ' com.android.tools.build:gradle:4.1.1'
14
+ implementation ' com.android.tools.build:gradle:7.3.1'
15
+ implementation ' com.google.guava:guava:32.0.0-jre'
16
+ implementation ' com.android.tools:common:25.3.0'
15
17
}
You can’t perform that action at this time.
0 commit comments