Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc0dc61

Browse files
committedMay 30, 2023
updated to gradle 7.3.1, with necessary deps for import aar plugin
1 parent c94a3e0 commit fc0dc61

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ buildscript {
1010
mavenCentral()
1111
}
1212
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'
1616
}
1717
}
1818

‎buildSrc/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ repositories {
1111
dependencies {
1212
implementation gradleApi()
1313
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'
1517
}

0 commit comments

Comments
 (0)
Please sign in to comment.