diff --git a/app/build.gradle b/app/build.gradle
index a05fd310d..53b8b1014 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,6 +39,7 @@ dependencies {
compile 'com.android.support:design:23.1.1'
compile 'com.journeyapps:zxing-android-embedded:3.2.0@aar'
compile 'com.google.zxing:core:3.2.1'
+ compile 'org.apache.commons:commons-csv:1.2'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.0"
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index fdc322e6b..611e5bc82 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -5,7 +5,8 @@
+