diff options
author | cyberta <cyberta@riseup.net> | 2020-07-25 14:25:29 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-07-25 14:25:29 -0700 |
commit | 16230c193a7b9a9035e790caf4b1c19fa3b7c048 (patch) | |
tree | 0f4da005b0c8579d3313583e27be89b41f33b27e /app/build.gradle | |
parent | 32c0ca9f843f80fb3a6541fe1938a2cab1047483 (diff) | |
parent | 0cccd75c756f8b5ba26601986bba8ffb501dfcf7 (diff) |
Merge branch 'riseup_background_compatibility' into 'master'
fix android 4 UI bugs
See merge request leap/bitmask_android!112
Diffstat (limited to 'app/build.gradle')
-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 088be987..57cdf228 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -329,6 +329,7 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' + implementation 'de.hdodenhof:circleimageview:3.1.0' implementation project(path: ':shapeshifter') } |