Skip to content

Commit b575aee

Browse files
Update Android Gradle plugin to 4.0.1
1 parent 384fddb commit b575aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.6.3")
15+
classpath("com.android.tools.build:gradle:4.0.1")
1616
classpath("de.undercouch:gradle-download-task:4.0.2")
1717

1818
// NOTE: Do not place your application dependencies here; they belong

template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.6.3")
15+
classpath("com.android.tools.build:gradle:4.0.1")
1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files
1818
}

0 commit comments

Comments
 (0)