summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2017-07-27 00:40:16 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2017-08-10 11:10:29 +0200
commitc3eb4f0a414b4bceb79b3c19eec2f69528ced02b (patch)
tree1faf91237a974d8ef51bf482f1a4d4cb876b5e1a /app/build.gradle
parent902cbd78b0acbf237bf72ff5b60ff3307f100e7f (diff)
initial work on pgp activity
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index fa23ee23..bb8f0183 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -68,6 +68,7 @@ dependencies {
compile 'org.apache.commons:commons-io:1.3.2'
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
+ compile 'com.android.support.constraint:constraint-layout:1.0.2'
}
repositories {
mavenCentral()