Update the gradle plugins

(cherry picked from commit aff7cf4390)
This commit is contained in:
Fredia Huya-Kouadio
2020-11-11 15:30:55 +01:00
committed by Rémi Verschelde
parent 7dd5de5a57
commit 3b547457d7
3 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
ext.versions = [
androidGradlePlugin: '3.5.3',
androidGradlePlugin: '4.1.0',
compileSdk : 29,
minSdk : 18,
targetSdk : 29,
buildTools : '29.0.3',
buildTools : '30.0.1',
supportCoreUtils : '1.0.0',
kotlinVersion : '1.3.61',
kotlinVersion : '1.4.10',
v4Support : '1.0.0'
]