Skip to content

Commit b82a66a

Browse files
author
CNCoderX
committed
20171204
1 parent 6d79e26 commit b82a66a

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

app/build.gradle

+7-19
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,26 @@ android {
2222
minifyEnabled false
2323
}
2424
}
25-
// productFlavors {
26-
// armv7 {
27-
// ndk {
28-
// abiFilters "armeabi-v7a"
29-
// }
30-
// }
31-
// x86 {
32-
// ndk {
33-
// abiFilters "x86"
34-
// }
35-
// }
36-
// }
25+
lintOptions {
26+
checkReleaseBuilds false
27+
abortOnError false
28+
}
3729
}
3830

3931
dependencies {
4032
compile fileTree(include: ['*.jar'], dir: 'libs')
4133
testCompile 'junit:junit:4.12'
4234

4335
compile 'com.android.support:appcompat-v7:25.3.1'
44-
// compile 'com.android.support:design:25.3.1'
4536

4637
compile 'com.jakewharton:butterknife:8.4.0'
4738
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
39+
4840
compile 'com.github.bumptech.glide:glide:4.3.0'
4941
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
42+
5043
compile 'com.cncoderx.recyclerviewhelper:library:1.2.0'
51-
// compile('org.xwalk:xwalk_core_library:22.52.561.4') {
52-
// exclude group: 'com.android.support', module: 'support-v4'
53-
// exclude group: 'com.google.code.findbugs', module: 'jsr305'
54-
// exclude module: 'jsr305:2.0.1'
55-
// }
56-
// compile project(':githubsdk')
44+
5745
releaseCompile project(path: ':githubsdk', configuration: 'release')
5846
debugCompile project(path: ':githubsdk', configuration: 'debug')
5947
}

0 commit comments

Comments
 (0)