diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-28 17:45:28 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-28 17:45:28 +0100 |
commit | a1ac4910f062ca8aca06e0468fffef751d3bb714 (patch) | |
tree | 392a31c3627b88107ea30f25488989dcaf7a6c70 /app/build.gradle | |
parent | 1a25b1dea9ab2d7e76cd79e8928d27f855ca9f2a (diff) | |
parent | 298c33b94c8aada449c98a24cdb2c687af40cbbd (diff) |
Merge remote-tracking branch '0xacab/0.9.8' into 8826_custom_provider
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 b28d9f35..2e6604f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,6 +93,7 @@ dependencies { compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support:design:26.1.0' compile 'com.android.support:support-fragment:26.1.0' + compile 'com.android.support.constraint:constraint-layout:1.0.2' } // Ensure the no-op dependency is always used in JVM tests. |