build: upgrade AGP, Kotlin, and preference
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6cb9548f72
commit
b1b7d1d90c
@ -8,7 +8,7 @@ allprojects {
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
agpVersion = '3.6.2'
|
agpVersion = '3.6.3'
|
||||||
annotationsVersion = '1.1.0'
|
annotationsVersion = '1.1.0'
|
||||||
appcompatVersion = '1.1.0'
|
appcompatVersion = '1.1.0'
|
||||||
bintrayPluginVersion = '1.8.4'
|
bintrayPluginVersion = '1.8.4'
|
||||||
@ -23,10 +23,10 @@ buildscript {
|
|||||||
fragmentVersion = '1.2.4'
|
fragmentVersion = '1.2.4'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13'
|
junitVersion = '4.13'
|
||||||
kotlinVersion = '1.3.71'
|
kotlinVersion = '1.3.72'
|
||||||
materialComponentsVersion = '1.2.0-alpha05'
|
materialComponentsVersion = '1.2.0-alpha05'
|
||||||
mavenPluginVersion = '2.1'
|
mavenPluginVersion = '2.1'
|
||||||
preferenceVersion = '1.1.0'
|
preferenceVersion = '1.1.1'
|
||||||
streamsupportVersion = '1.7.2'
|
streamsupportVersion = '1.7.2'
|
||||||
threetenabpVersion = '1.2.3'
|
threetenabpVersion = '1.2.3'
|
||||||
zxingEmbeddedVersion = '3.6.0'
|
zxingEmbeddedVersion = '3.6.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user