diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-11 09:40:09 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-11 09:40:09 +0000 |
commit | 441458b8b2ddae573bc5b473b46765c33e6feb56 (patch) | |
tree | a3898e089223d04385485e0dd86dbb7d6ba1352d /app/build.gradle | |
parent | bbfcce2e90d6d85342dfb9ec4f8d537d77f00b7e (diff) | |
download | infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.gz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.bz2 infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.lz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.xz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.zst infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.zip |
Fix comment more button not visible.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 08e86c6f..d516d91f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' // Lifecycle components def lifecycleVersion = '2.2.0' implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion" |