diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-02-20 14:44:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 14:44:00 +0100 |
commit | 58b675b38e56489353c93b052c995b792bfb72e6 (patch) | |
tree | 8dda62c742ea3990d9ec4a9eda4db29dc8f04525 | |
parent | 371faf7dfb55d7b233523184dc69e88789ecdc5b (diff) | |
parent | 008de69cf124e32b020753c2b2857e8018774fd0 (diff) | |
download | antennapod-58b675b38e56489353c93b052c995b792bfb72e6.zip |
Merge pull request #5649 from TacoTheDank/bumpMaterial
Update Material Components library
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 44b1daaf5..aa2bb3bae 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ project.ext { recyclerViewVersion = "1.2.1" viewPager2Version = "1.1.0-beta01" workManagerVersion = "2.3.4" - googleMaterialVersion = "1.1.0" + googleMaterialVersion = "1.4.0" // Third-party commonslangVersion = "3.6" |