Skip to content

Commit

Permalink
* upgraded support library versions for nougat 7.1.1
Browse files Browse the repository at this point in the history
* don't fail on deprecation lint warnings (mostly for CI build)
  • Loading branch information
allgood committed Aug 6, 2017
1 parent 75493e7 commit fa10dc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
gplay {
}
}
lintOptions {
abortOnError false
}
}

repositories {
Expand All @@ -31,10 +34,10 @@ repositories {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:25.0.0'
compile 'com.google.zxing:core:3.0.1'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:support-v4:25.0.0'
compile 'com.github.ctodobom:OpenCV-3.1.0-Android:9e00ee4218ca0c9e60a905c9f09bf499f9dc5115'
compile 'us.feras.mdv:markdownview:1.1.0'
compile 'com.github.ctodobom:drag-select-recyclerview:0.3.4.ctodobom.sections'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_open_note_scanner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
app:fabSize="mini"
app:borderWidth="0dp"
app:elevation="0sp"
android:src="@drawable/abc_ic_menu_moreoverflow_mtrl_alpha"
android:src="@drawable/abc_ic_menu_overflow_material"
android:layout_alignParentRight="true"
android:backgroundTint="#A060FF60"
android:tint="#ffffff"
Expand Down Expand Up @@ -237,7 +237,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:scaleType="centerInside"
android:src="@drawable/abc_ic_clear_mtrl_alpha"
android:src="@drawable/abc_ic_clear_material"
android:gravity="center"
android:enabled="true"
android:tint="#ffffff"/>
Expand Down

0 comments on commit fa10dc9

Please sign in to comment.