udpate some libraries

* kotlin 1.4.21 -> 1.4.30
* material components 1.3.0-rc01 -> 1.3.0
* glide 4.11.0 -> 4.12.0
This commit is contained in:
2021-02-06 23:01:14 +01:00
parent b02fadaa89
commit f342d1a3f4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.4.21"
ext.kotlin_version = "1.4.30"
repositories {
google()
jcenter()