Update gradle build tools
This commit is contained in:
parent
c01e8ac14d
commit
9eae567ee2
2 changed files with 3 additions and 2 deletions
1
android/.gitignore
vendored
1
android/.gitignore
vendored
|
|
@ -66,3 +66,4 @@ fastlane/readme.md
|
|||
|
||||
**/assets/
|
||||
**/src/main/res/drawable/
|
||||
**/.cxx/
|
||||
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.2'
|
||||
classpath 'com.android.tools.build:gradle:4.2.0'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue