diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-15 13:29:53 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-15 18:53:30 +0200 |
commit | d79cdb0d41f05f53c13a0b247f54c28f42609e2f (patch) | |
tree | c28ea457fd49356f409a0f49b48178df317e8165 /build.gradle | |
parent | a3726b07bf25caa519320920f22883ca768065fe (diff) |
MonkeyedTextInputEditText: au revoir
Remember to go back to using com.google.android.material when
1.3.0-alpha03 comes out.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e43199a9..adfa53a7 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { jsr305Version = '3.0.2' junitVersion = '4.13' kotlinVersion = '1.4.10' - materialComponentsVersion = '1.3.0-alpha02' + materialComponentsVersion = '22973ff10305397bfc72fed41684175fee8aeefb' mavenPluginVersion = '2.1' preferenceVersion = '1.1.1' zxingEmbeddedVersion = '3.6.0' @@ -39,6 +39,7 @@ allprojects { repositories { google() jcenter() + maven { url 'https://jitpack.io' } } } |