diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-23 14:08:26 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-23 14:08:26 +0100 |
commit | 646e2ec7b868920f71c29243d2bbeb13deb811e3 (patch) | |
tree | 2b54a537d323ac51379c737233446002c39ec63b /app/build.gradle | |
parent | 042e10b53b95d48ffbcce45213ebec5f0794fb01 (diff) |
add tablet design for ConfigWizard
based upon !28
I could not check this - starting emulator freezes my system and I have
no tablet.
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..4a99ad98 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. |