build: upgrade AGP, Kotlin, and preference

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-19 02:08:41 +05:30
parent 6cb9548f72
commit b1b7d1d90c
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -8,7 +8,7 @@ allprojects {
buildscript {
ext {
agpVersion = '3.6.2'
agpVersion = '3.6.3'
annotationsVersion = '1.1.0'
appcompatVersion = '1.1.0'
bintrayPluginVersion = '1.8.4'
@ -23,10 +23,10 @@ buildscript {
fragmentVersion = '1.2.4'
jsr305Version = '3.0.2'
junitVersion = '4.13'
kotlinVersion = '1.3.71'
kotlinVersion = '1.3.72'
materialComponentsVersion = '1.2.0-alpha05'
mavenPluginVersion = '2.1'
preferenceVersion = '1.1.0'
preferenceVersion = '1.1.1'
streamsupportVersion = '1.7.2'
threetenabpVersion = '1.2.3'
zxingEmbeddedVersion = '3.6.0'