Skip to content

Commit b9abef4

Browse files
authored
Merge pull request #35 from eragon512/fix-android
Example: Fix failing android simulator build
2 parents 756f036 + 0ff595f commit b9abef4

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)