Updated the gradle plugin version

This commit is contained in:
Nelson R. Perez 2019-03-14 13:17:00 -05:00
parent 954cf3e16d
commit d0d1e79ab7

View file

@ -22,6 +22,6 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}
}