Skip to content

Commit fa10dc9

Browse files
committed
* upgraded support library versions for nougat 7.1.1
* don't fail on deprecation lint warnings (mostly for CI build)
1 parent 75493e7 commit fa10dc9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.idea/misc.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
gplay {
2323
}
2424
}
25+
lintOptions {
26+
abortOnError false
27+
}
2528
}
2629

2730
repositories {
@@ -31,10 +34,10 @@ repositories {
3134
dependencies {
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'

app/src/main/res/layout/activity_open_note_scanner.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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"
@@ -237,7 +237,7 @@
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"/>

0 commit comments

Comments
 (0)