diff --git a/.idea/libraries/dom4j_1_6_1.xml b/.idea/libraries/dom4j_1_6_1.xml
new file mode 100755
index 0000000..1528339
--- /dev/null
+++ b/.idea/libraries/dom4j_1_6_1.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/jaxen_1_1_6.xml b/.idea/libraries/jaxen_1_1_6.xml
new file mode 100755
index 0000000..b9d9e0c
--- /dev/null
+++ b/.idea/libraries/jaxen_1_1_6.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index 7d96ff1..cd4fabb 100755
--- a/app/app.iml
+++ b/app/app.iml
@@ -61,9 +61,11 @@
+
+
diff --git a/app/build.gradle b/app/build.gradle
index 164ddc2..2818033 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,10 +18,22 @@ android {
zipAlign true
}
}
+ packagingOptions {
+ exclude 'META-INF/DEPENDENCIES.txt'
+ exclude 'META-INF/LICENSE.txt'
+ exclude 'META-INF/NOTICE.txt'
+ exclude 'META-INF/NOTICE'
+ exclude 'META-INF/LICENSE'
+ exclude 'META-INF/DEPENDENCIES'
+ exclude 'META-INF/notice.txt'
+ exclude 'META-INF/license.txt'
+ exclude 'META-INF/dependencies.txt'
+ }
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:support-v4:19.1.+'
-}
\ No newline at end of file
+}
+
diff --git a/app/libs/dom4j-1.6.1.jar b/app/libs/dom4j-1.6.1.jar
new file mode 100644
index 0000000..c8c4dbb
Binary files /dev/null and b/app/libs/dom4j-1.6.1.jar differ
diff --git a/app/libs/jaxen-1.1.6.jar b/app/libs/jaxen-1.1.6.jar
new file mode 100644
index 0000000..52f47a4
Binary files /dev/null and b/app/libs/jaxen-1.1.6.jar differ
diff --git a/app/src/main/assets/www/about.html b/app/src/main/assets/www/about.html
index 0a28404..6a01ff2 100755
--- a/app/src/main/assets/www/about.html
+++ b/app/src/main/assets/www/about.html
@@ -12,6 +12,7 @@
App icon by Icons8.com
Android-logging-log4j (https://code.google.com/p/android-logging-log4j/)
Log4j (http://logging.apache.org/log4j)
+ dom4J (http://dom4j.sourceforge.net/)