diff options
author | Marvin Borner | 2018-09-03 14:47:51 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-03 14:47:51 +0200 |
commit | 4d5f0a62b2fa7bfec0348fe7214337994787297f (patch) | |
tree | 1b839a7b0964820ad5ded53c50766d752cdf79b4 | |
parent | 728720a901d1d48218e4ed37ae5fc1946aa340b5 (diff) |
Removed gitty dependency :heavy_minus_sign:
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2d72f54..9a39c3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,6 @@ dependencies { /* General libraries */ - implementation 'com.github.paolorotolo:gitty_reporter:1.2.1' // bug report implementation 'com.github.apl-devs:appintro:v4.2.3' // app introduction implementation 'com.otaliastudios:cameraview:1.5.1' // camera activity implementation 'com.github.mukeshsolanki:easypreferences:1.0.6' // shared preferences |