From f0f58fc8091403637e8987d41af7fec520201752 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Wed, 27 Sep 2017 15:23:32 +0200
Subject: [PATCH] Removed unused dependencies

---
 app/build.gradle.kts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 865e508b7..4c7351c1c 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -79,8 +79,6 @@ dependencies {
   implementation(appCompat("recyclerview-v7"))
   implementation("com.android.support.constraint:constraint-layout:1.0.2")
 
-  implementation("com.github.apl-devs:appintro:v4.2.2")
-
   implementation("io.reactivex.rxjava2:rxjava:2.1.3")
 
   implementation(appArch("lifecycle", "runtime", version = "1.0.0"))
-- 
GitLab