diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-07 14:14:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-07 14:14:38 +0530 |
commit | 46b37c0c26e0d9dbb8c65a072eaf1bea7690696e (patch) | |
tree | cb212d447fcf2ebeef21d7edf48e682dca1d0233 /build.gradle | |
parent | 5b5ba88a97b5310c532b42b526f78d1c747965f8 (diff) |
build: update AGP and ConstraintLayout
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 57bbaae1..44e497e5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ buildscript { ext { activityVersion = '1.2.0-beta01' - agpVersion = '4.0.1' + agpVersion = '4.0.2' annotationsVersion = '1.1.0' appcompatVersion = '1.2.0' bintrayPluginVersion = '1.8.5' biometricVersion = '1.1.0-beta01' collectionVersion = '1.1.0' - constraintLayoutVersion = '2.0.1' + constraintLayoutVersion = '2.0.2' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.3.1' coroutinesVersion = '1.3.9' |