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