File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ android {
2222 gplay {
2323 }
2424 }
25+ lintOptions {
26+ abortOnError false
27+ }
2528}
2629
2730repositories {
@@ -31,10 +34,10 @@ repositories {
3134dependencies {
3235 compile fileTree(include : [' *.jar' ], dir : ' libs' )
3336 testCompile ' junit:junit:4.12'
34- compile ' com.android.support:appcompat-v7:23.3 .0'
35- compile ' com.android.support:design:23.3 .0'
37+ compile ' com.android.support:appcompat-v7:25.0 .0'
38+ compile ' com.android.support:design:25.0 .0'
3639 compile ' com.google.zxing:core:3.0.1'
37- compile ' com.android.support:support-v4:23.3 .0'
40+ compile ' com.android.support:support-v4:25.0 .0'
3841 compile ' com.github.ctodobom:OpenCV-3.1.0-Android:9e00ee4218ca0c9e60a905c9f09bf499f9dc5115'
3942 compile ' us.feras.mdv:markdownview:1.1.0'
4043 compile ' com.github.ctodobom:drag-select-recyclerview:0.3.4.ctodobom.sections'
Original file line number Diff line number Diff line change 148148 app : fabSize =" mini"
149149 app : borderWidth =" 0dp"
150150 app : elevation =" 0sp"
151- android : src =" @drawable/abc_ic_menu_moreoverflow_mtrl_alpha "
151+ android : src =" @drawable/abc_ic_menu_overflow_material "
152152 android : layout_alignParentRight =" true"
153153 android : backgroundTint =" #A060FF60"
154154 android : tint =" #ffffff"
237237 android : layout_height =" match_parent"
238238 android : layout_weight =" 1"
239239 android : scaleType =" centerInside"
240- android : src =" @drawable/abc_ic_clear_mtrl_alpha "
240+ android : src =" @drawable/abc_ic_clear_material "
241241 android : gravity =" center"
242242 android : enabled =" true"
243243 android : tint =" #ffffff" />
You can’t perform that action at this time.
0 commit comments