File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ maven { url "https://www.jitpack.io" }
1818```
1919Add to dependencies
2020```
21- compile 'com.github.fuzz-productions:RatingBar:1.0.5 '
21+ compile 'com.github.fuzz-productions:RatingBar:1.0.6 '
2222```
2323
2424- Include the selected state drawable ` icn_rating_start_green ` in your project.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.fuzzproductions.ratingbarexample"
88 minSdkVersion 18
99 targetSdkVersion 29
10- versionCode 2
11- versionName " 1.0.1 "
10+ versionCode 3
11+ versionName " 1.0.2 "
1212 }
1313 buildTypes {
1414 release {
Original file line number Diff line number Diff line change 1- version =1.0.4
2- version_code =2
1+ version =1.0.6
2+ version_code =3
33group =com.fuzzproductions.ratingbar
44bt_siteUrl =https://github.com/fuzz-productions/RatingBar
55bt_gitUrl =https://github.com/fuzz-productions/RatingBar.git
You can’t perform that action at this time.
0 commit comments