summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-08-23 01:06:22 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-08-23 01:07:26 +0530
commitc18f6818e8a5947d347959b6135ad9eac3671b99 (patch)
treedb57285d1c64dbf9de8cd11733c1fce52b5c910d
parentdcd91cad1bcc04e07d26df4de99959bc9cd021c7 (diff)
build: uprev core-ktx and material components
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 13c2d9d6..ded71409 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,14 +16,14 @@ buildscript {
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.0'
coordinatorLayoutVersion = '1.1.0'
- coreKtxVersion = '1.3.0'
+ coreKtxVersion = '1.3.1'
coroutinesVersion = '1.3.9'
eddsaVersion = '0.3.0'
fragmentVersion = '1.2.5'
jsr305Version = '3.0.2'
junitVersion = '4.13'
kotlinVersion = '1.4.0'
- materialComponentsVersion = '1.2.0-alpha06'
+ materialComponentsVersion = '1.3.0-alpha02'
mavenPluginVersion = '2.1'
preferenceVersion = '1.1.1'
streamsupportVersion = '1.7.2'