Skip to content

Commit

Permalink
2.6.1 with paging library support
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed May 16, 2019
1 parent b4c9001 commit 74c5033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this way every item of the recycler view has its own set of files, resulting
## <a name="setup"></a>Setup
In your gradle dependencies add:
```groovy
def recyclerAdapterVersion = "2.6.0" // change it with the version you want to use
def recyclerAdapterVersion = "2.6.1" // change it with the version you want to use
implementation "net.gotev:recycleradapter:$recyclerAdapterVersion"
```
This is the latest version: [ ![Download](https://api.bintray.com/packages/gotev/maven/recycler-adapter/images/download.svg) ](https://bintray.com/gotev/maven/recycler-adapter/_latestVersion)
Expand Down
2 changes: 1 addition & 1 deletion manifest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
library_licenses = ["Apache-2.0"]
library_licenses_url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
library_project_group = 'net.gotev'
library_version = '2.6.0'
library_version = '2.6.1'
version_code = 5
min_sdk = 18
target_sdk = 28
Expand Down
2 changes: 1 addition & 1 deletion recycleradapter-paging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'com.github.ben-manes.versions'
def siteUrl = "https://github.com/${github_username}/${github_repository_name}"
def gitUrl = siteUrl + '.git'
def bugTrackerUrl = siteUrl + '/issues/'
def projectName = "recycler-adapter-extensions"
def projectName = "recycler-adapter-paging"
// end - do not modify this if your project is on github

// start - module specific overrides of default values written in manifest.gradle
Expand Down

0 comments on commit 74c5033

Please sign in to comment.