aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-07-02 15:16:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-07-02 15:16:18 +0000
commite3578c59dd7cb65c3d78a1bd219d05577472a0b6 (patch)
treea7bb0b3a04035d210fd6f38c80feafc39288b41c /app/build.gradle
parent992cf0dda12f16f19baec2f7ec6197da314a9096 (diff)
downloadinfinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.gz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.bz2
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.lz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.xz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.zst
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.zip
Save light, dark and amoled Material You themes to database. Add 'Apply Material You' option. Test MotionLayout.
Diffstat (limited to '')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cdd6dc23..b817d23f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,7 +46,7 @@ dependencies {
implementation 'androidx.biometric:biometric:1.2.0-alpha03'
implementation 'androidx.browser:browser:1.3.0'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta02'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
def lifecycleVersion = "2.2.0"
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycleVersion"