diff options
author | cyBerta <cyberta@riseup.net> | 2018-01-28 10:17:12 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-01-28 10:17:12 +0100 |
commit | 298c33b94c8aada449c98a24cdb2c687af40cbbd (patch) | |
tree | c27c162be2fff26538eba1d6ba4db67ed5c4fd9a /app/build.gradle | |
parent | 986fe144729b58382641bbf9769a93bf81c06514 (diff) | |
parent | 3bb2c2c219359a6016366c4d3533a5e2ef812ea9 (diff) |
Merge branch 'origin_0.9.8' into fupduck_8819_config_wizard_design
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. |