Skip to content

Commit

Permalink
Publish version 3.0.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa committed Oct 23, 2019
1 parent 5337e29 commit c0d54cd
Show file tree
Hide file tree
Showing 3 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 @@ -38,7 +38,7 @@ You can download a jar from GitHub's [releases page](https://github.com/Fondesa/

```gradle
dependencies {
compile 'com.github.fondesa:recycler-view-divider:3.0.1'
compile 'com.github.fondesa:recycler-view-divider:3.0.2'
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>recycler-view-divider</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<type>pom</type>
</dependency>
```
2 changes: 1 addition & 1 deletion bintray-deploy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ BINTRAY_LIB_ISSUE_TRACKER_URL=https://github.com/Fondesa/RecyclerViewDivider/iss
BINTRAY_LIB_GIT_URL=https://github.com/Fondesa/RecyclerViewDivider.git
BINTRAY_LIB_GITHUB_REPO=Fondesa/RecyclerViewDivider
BINTRAY_LIB_TAGS=android|recyclerview|divider
BINTRAY_LIB_VERSION=3.0.1
BINTRAY_LIB_VERSION=3.0.2
BINTRAY_LIB_VERSION_DESCRIPTION=For further information check: https://github.com/Fondesa/RecyclerViewDivider
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ new AndroidSharedPlugin(
}
).apply(project)

def libraryMavenCompileVersion = '3.0.1'
def libraryMavenCompileVersion = '3.0.2'

dependencies {
implementation "androidx.appcompat:appcompat:$ANDROIDX_APPCOMPAT_VERSION"
Expand Down

0 comments on commit c0d54cd

Please sign in to comment.