Skip to content

Commit 0ff595f

Browse files
committed
Fix failing android simulator build
1 parent 4fd8789 commit 0ff595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/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.5.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)