diff options
author | cyBerta <cyberta@riseup.net> | 2020-03-17 11:39:02 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-03-17 11:39:02 +0100 |
commit | d56686f1d5f5aa96d4c13c8bde48e6e4e9729e4f (patch) | |
tree | 2f4f578450e78d98e554a02013ba2c83015381a3 /app | |
parent | ad25528b1863447588a36e4471a0cb61363733ae (diff) |
add missing AndroidX dependency
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 5824addd..34111828 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -325,6 +325,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.multidex:multidex:2.0.0' implementation 'androidx.cardview:cardview:1.0.0' + implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation project(path: ':shapeshifter') } |