summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.idea/libraries/appcompat_v7_18_0_0.xml10
-rw-r--r--.idea/libraries/support_v4_19_1_0.xml11
-rw-r--r--.idea/libraries/systembartint_1_0_3.xml11
-rw-r--r--org.fox.ttcomics/build.gradle4
5 files changed, 5 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 906aa82..eca7ace 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Thumbs.db
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
+.idea/libraries
diff --git a/.idea/libraries/appcompat_v7_18_0_0.xml b/.idea/libraries/appcompat_v7_18_0_0.xml
deleted file mode 100644
index a547059..0000000
--- a/.idea/libraries/appcompat_v7_18_0_0.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<component name="libraryTable">
- <library name="appcompat-v7-18.0.0">
- <CLASSES>
- <root url="file://$PROJECT_DIR$/org.fox.ttcomics/build/intermediates/exploded-aar/com.android.support/appcompat-v7/18.0.0/res" />
- <root url="jar://$PROJECT_DIR$/org.fox.ttcomics/build/intermediates/exploded-aar/com.android.support/appcompat-v7/18.0.0/classes.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/support_v4_19_1_0.xml b/.idea/libraries/support_v4_19_1_0.xml
deleted file mode 100644
index edc55e8..0000000
--- a/.idea/libraries/support_v4_19_1_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<component name="libraryTable">
- <library name="support-v4-19.1.0">
- <CLASSES>
- <root url="jar://$APPLICATION_HOME_DIR$/sdk/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="jar://$APPLICATION_HOME_DIR$/sdk/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0-sources.jar!/" />
- </SOURCES>
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/systembartint_1_0_3.xml b/.idea/libraries/systembartint_1_0_3.xml
deleted file mode 100644
index 509df72..0000000
--- a/.idea/libraries/systembartint_1_0_3.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<component name="libraryTable">
- <library name="systembartint-1.0.3">
- <CLASSES>
- <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.readystatesoftware.systembartint/systembartint/1.0.3/de4f7404e2f58d8f6e83cb1e85d0c2d6c2987287/systembartint-1.0.3.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.readystatesoftware.systembartint/systembartint/1.0.3/8bf23f388c0df26e0b7c9390aacf5c8ab719b540/systembartint-1.0.3-sources.jar!/" />
- </SOURCES>
- </library>
-</component> \ No newline at end of file
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index ad3ab44..b6f9260 100644
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -10,6 +10,10 @@ android {
targetSdkVersion 19
}
+ lintOptions {
+ abortOnError false
+ }
+
buildTypes {
release {
runProguard false