File tree 1 file changed +7
-19
lines changed
1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -22,38 +22,26 @@ android {
22
22
minifyEnabled false
23
23
}
24
24
}
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
+ }
37
29
}
38
30
39
31
dependencies {
40
32
compile fileTree(include : [' *.jar' ], dir : ' libs' )
41
33
testCompile ' junit:junit:4.12'
42
34
43
35
compile ' com.android.support:appcompat-v7:25.3.1'
44
- // compile 'com.android.support:design:25.3.1'
45
36
46
37
compile ' com.jakewharton:butterknife:8.4.0'
47
38
annotationProcessor ' com.jakewharton:butterknife-compiler:8.4.0'
39
+
48
40
compile ' com.github.bumptech.glide:glide:4.3.0'
49
41
annotationProcessor ' com.github.bumptech.glide:compiler:4.3.0'
42
+
50
43
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
+
57
45
releaseCompile project(path : ' :githubsdk' , configuration : ' release' )
58
46
debugCompile project(path : ' :githubsdk' , configuration : ' debug' )
59
47
}
You can’t perform that action at this time.
0 commit comments