Skip to content

Commit 1f5acbb

Browse files
committed
MinSdkVersion 9
1 parent 8dd4a56 commit 1f5acbb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task clean(type: Delete) {
2525
}
2626

2727
ext {
28-
minSdkVersion = 15
28+
minSdkVersion = 9
2929
targetSdkVersion = 27
3030
compileSdkVersion = 27
3131
buildToolsVersion = "27.0.3"

0 commit comments

Comments
 (0)