Skip to content

Commit e01cd62

Browse files
authored
chore(android): update build.gradle (#438)
The version of gradle did not match mine and it was causing error so I updated gradle version to 4.2.1 and it worked fine.
1 parent e88b50f commit e01cd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
11+
classpath 'com.android.tools.build:gradle:4.2.1'
1212
// noinspection DifferentKotlinGradleVersion
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}

0 commit comments

Comments
 (0)