Skip to content

Commit daddec1

Browse files
committed
- updates android gradle plugins to match gradle 7
1 parent f1d1c8b commit daddec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.5"
12-
classpath "com.android.tools.build:gradle:4.0.1"
11+
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.6"
12+
classpath "com.android.tools.build:gradle:4.1.3"
1313
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
1414
}
1515
}

0 commit comments

Comments
 (0)