aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-08 13:19:21 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-08 13:19:21 +0200
commit5406da40f427466b958cdd34bfeef22934c890df (patch)
tree5caebc8c9aa6509dd987671cbdbcf7b3df768759 /build.gradle
parentf7c6c8399474aa11f7c07a2f84f2ab4db53748c1 (diff)
make swipe to right gesture working
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 7408f6cee..cfb3a4029 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,6 +69,7 @@ dependencies {
implementation 'pub.devrel:easypermissions:1.1.3'
implementation 'com.wefika:flowlayout:0.4.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
+ implementation 'in.championswimmer:SimpleFingerGestures_Android_Library:1.2'
implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT'
}