We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaebd1e + 4d0c6bd commit 677ce13Copy full SHA for 677ce13
src/build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
}
28
29
dependencies {
30
- classpath 'com.android.tools.build:gradle:1.5.0'
+ classpath 'com.android.tools.build:gradle:1.3.0'
31
32
33
@@ -90,11 +90,6 @@ android {
90
lintOptions {
91
abortOnError false
92
93
-
94
- packagingOptions {
95
- exclude 'resources.arsc'
96
- exclude "AndroidManifest.xml"
97
- }
98
99
100
repositories {
test-app/build.gradle
@@ -21,7 +21,7 @@ buildscript {
21
22
23
24
25
26
0 commit comments