Skip to content

Commit 020e51b

Browse files
committed
[Fix] Bump minSdkVersion to 11 for PorterDuff.Mode.ADD.
1 parent e63f23c commit 020e51b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![Icon](sample/src/main/launcher_icon-web.png)
44

5-
Material Design `RatingBar` with better appearance, compatible with Android 2.3+.
5+
Material Design `RatingBar` with better appearance, compatible with Android 3.0+.
66

77
## Why MaterialRatingBar?
88

9-
- Consistent appearance on Android 2.3+.
9+
- Consistent appearance on Android 3.0+.
1010
- Correct tinting across platforms.
1111
- Get the 2dp star border background as in Material Icons and Google apps.
1212
- Able to render correctly when `layout_width` is set to `match_parent`, as in Google Play Store.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POM_LICENCE_DIST=repo
3232
POM_DEVELOPER_ID=zhanghai
3333
POM_DEVELOPER_NAME=Zhang Hai
3434

35-
ANDROID_MIN_SDK_VERSION=9
35+
ANDROID_MIN_SDK_VERSION=11
3636
ANDROID_COMPILE_SDK_VERSION=25
3737
ANDROID_BUILD_TOOLS_VERSION=25
3838
ANDROID_TARGET_SDK_VERSION=25

0 commit comments

Comments
 (0)