Skip to content

Commit d94be24

Browse files
committed
Downgrade Android Gradle plugin to 4.0.1 to fix a crash
1 parent 0b6da5a commit d94be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.1'
9+
classpath 'com.android.tools.build:gradle:4.0.1'
1010
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.13'
1111

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

0 commit comments

Comments
 (0)