File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RxErrorHandler
22[ ![ Bintray] ( https://img.shields.io/badge/bintray-v2.1.0-brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/rxerrorhandler/2.1.0/link )
33[ ![ Build Status] ( https://travis-ci.org/JessYanCoding/RxErrorHandler.svg?branch=2.x ) ] ( https://travis-ci.org/JessYanCoding/RxErrorHandler )
4- [ ![ API] ( https://img.shields.io/badge/API-15 %2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0 .3.html )
4+ [ ![ API] ( https://img.shields.io/badge/API-9 %2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-2 .3.html )
55[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
66
77## Error Handle Of Rxjava
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66
77 defaultConfig {
88 applicationId " me.jessyan.rxerrorhandler.demo"
9- minSdkVersion rootProject . minSdkVersion
9+ minSdkVersion 14
1010 targetSdkVersion rootProject. targetSdkVersion
1111 versionCode rootProject. versionCode
1212 versionName rootProject. versionName
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ task clean(type: Delete) {
2525}
2626
2727ext {
28- minSdkVersion = 15
28+ minSdkVersion = 9
2929 targetSdkVersion = 27
3030 compileSdkVersion = 27
3131 buildToolsVersion = " 27.0.3"
You can’t perform that action at this time.
0 commit comments