diff --git a/MinimalBible.iml b/MinimalBible.iml
index 69cbeb4..c87302f 100644
--- a/MinimalBible.iml
+++ b/MinimalBible.iml
@@ -8,7 +8,7 @@
-
+
diff --git a/MinimalBible/AndroidManifest.xml b/MinimalBible/AndroidManifest.xml
index e82455a..12288b4 100644
--- a/MinimalBible/AndroidManifest.xml
+++ b/MinimalBible/AndroidManifest.xml
@@ -24,10 +24,6 @@
-
-
diff --git a/MinimalBible/MinimalBible-MinimalBible.iml b/MinimalBible/MinimalBible-MinimalBible.iml
index ba5de4b..8e48656 100644
--- a/MinimalBible/MinimalBible-MinimalBible.iml
+++ b/MinimalBible/MinimalBible-MinimalBible.iml
@@ -51,7 +51,6 @@
-
@@ -68,6 +67,10 @@
+
+
+
+
diff --git a/MinimalBible/build.gradle b/MinimalBible/build.gradle
index 402f2ca..daa610b 100644
--- a/MinimalBible/build.gradle
+++ b/MinimalBible/build.gradle
@@ -1,10 +1,8 @@
apply plugin: 'android'
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar') {
- builtBy 'minimalBibleJSword'
- }
+dependencies {
+ compile fileTree(dir: 'libs', include: '*.jar')
compile project(':appcompat_v7')
}
@@ -35,6 +33,14 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
+
+ packagingOptions {
+ exclude 'META-INF/LICENSE.txt'
+ exclude 'META-INF/NOTICE.txt'
+ exclude 'META-INF/DEPENDENCIES'
+ exclude 'META-INF/LICENSE'
+ exclude 'META-INF/NOTICE'
+ }
}
task minimalBibleJSword (type: GradleBuild) { GradleBuild antBuild ->
diff --git a/MinimalBible/lint.xml b/MinimalBible/lint.xml
new file mode 100644
index 0000000..8a3963d
--- /dev/null
+++ b/MinimalBible/lint.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/appcompat_v7/appcompat_v7.iml b/appcompat_v7/appcompat_v7.iml
index b7d7f06..6bbfd66 100644
--- a/appcompat_v7/appcompat_v7.iml
+++ b/appcompat_v7/appcompat_v7.iml
@@ -14,6 +14,7 @@
+
diff --git a/appcompat_v7/build.gradle b/appcompat_v7/build.gradle
index 64a770f..2c144a5 100644
--- a/appcompat_v7/build.gradle
+++ b/appcompat_v7/build.gradle
@@ -31,4 +31,8 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
+
+ lintOptions {
+ abortOnError false
+ }
}