diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-12 19:46:01 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-12 15:23:53 +0100 |
commit | d25702d99ded6946608713e670c6a6ce323f8f87 (patch) | |
tree | b4b37cdfb9fd7b33125883fe9063d1c4d93cac65 /app/build.gradle | |
parent | c55441332749d914d48b2aae67635adf077bfd5a (diff) |
Implement custom theming to match Google's AOSP design
Closes: #4
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index b541b5bf..3237d35b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,11 +71,11 @@ ext { appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' databindingVersion = '3.5.3' - materialComponentsVersion = '1.0.0' + materialComponentsVersion = '1.1.0' jsr305Version = '3.0.2' preferenceVersion = '1.1.0' streamsupportVersion = '1.7.1' - threetenabpVersion = '1.2.1' + threetenabpVersion = '1.2.2' // ZXING switched minSdk to 24 so we cannot upgrade to 4.0.2 without following suit. // If you choose to upgrade to minSDK 24 then you should also disable Jetifier from // gradle.properties. |