1
0
Fork 0

Update Android Gradle Plugin to 3.4.1 (#3930)

master
Colin Lee 2019-07-08 11:57:21 -05:00 committed by GitHub
parent 747e83da91
commit 31d07f9cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
private object Versions {
const val kotlin = "1.3.30"
const val coroutines = "1.2.1"
const val android_gradle_plugin = "3.3.2"
const val android_gradle_plugin = "3.4.1"
const val rxAndroid = "2.1.0"
const val rxKotlin = "2.3.0"
const val rxBindings = "3.0.0-alpha2"