aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-05-05 23:43:19 +0200
committerChristian S <christian@pix-art.de>2016-05-05 23:43:19 +0200
commitdc0036d9264bf1d71faa10ae8112066c8d389dc7 (patch)
tree7afa5f691c69314f0f9d6d19af262c4fcc96b04d /build.gradle
parent8f0f7e94a9626ef51f149f83f04dcb030f1b3234 (diff)
add share location
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 4dbac4eaa..774d66125 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,6 +42,9 @@ dependencies {
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.3.1'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
+ compile 'com.google.android.gms:play-services:6.5.87'
+ compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:multidex:1.0.0'
playstoreCompile 'com.google.android.gms:play-services-gcm:8.4.0'
}
@@ -62,6 +65,9 @@ android {
versionName "1.12.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
+
+ // Enabling multidex support.
+ multiDexEnabled true
}
dexOptions {