Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropercenthappy committed Jun 17, 2019
1 parent 797e603 commit d573810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Step 2. Add the dependency

```
dependencies {
compile 'com.github.zeropercenthappy:ZPHRatingBar:1.0.4'
implementation 'com.github.zeropercenthappy:ZPHRatingBar:1.0.5'
}
```

## Usage

```
```xml
<com.zeropercenthappy.ratingbarlibrary.ZPHRatingBar
android:id="@+id/rb"
android:layout_width="wrap_content"
Expand Down
4 changes: 2 additions & 2 deletions ratingbarlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 104
versionName "1.0.4"
versionCode 105
versionName "1.0.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit d573810

Please sign in to comment.