diff options
author | fupduck <fupduck@riseup.net> | 2018-02-08 06:05:16 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-08 06:05:16 -0800 |
commit | c3d157c91ecc3a177efc4e089904684511e7710d (patch) | |
tree | d664bf391e0fe2abda37cd78947703b186515c14 /app/build.gradle | |
parent | e33292227eeac35194f9217edd5a243c688cb560 (diff) | |
parent | 6cd010c331cfd98078e657bb8d1107651daca49e (diff) |
Merge branch '#8829_notification_handling_new_layout' into '0.9.8'
#8829 notification handling new layout
See merge request leap/bitmask_android!37
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 c909b70f..30575ee7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,6 +118,7 @@ dependencies { implementation 'com.android.support:design:27.0.2' implementation 'com.android.support:support-fragment:27.0.2' implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support:multidex:1.0.2' } // Ensure the no-op dependency is always used in JVM tests. |