Update gradle to 3.3.2 to match A-C, A-S

This commit is contained in:
Colin Lee 2019-03-21 14:06:11 -05:00 committed by Jeff Boek
parent f4b0864e06
commit ea2646aa3f

View File

@ -4,7 +4,7 @@
private object Versions {
const val kotlin = "1.3.11"
const val android_gradle_plugin = "3.2.1"
const val android_gradle_plugin = "3.3.2"
const val geckoNightly = "67.0.20190312095443"
const val rxAndroid = "2.1.0"
const val rxKotlin = "2.3.0"