Skip to content

Commit

Permalink
Release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Jun 3, 2018
1 parent efd3a2a commit 2b8a6a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[![Download](https://api.bintray.com/packages/davideas/maven/flexible-adapter/images/download.svg)](https://bintray.com/davideas/maven/flexible-adapter/_latestVersion)
[![API](https://img.shields.io/badge/API-14%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Licence](https://img.shields.io/badge/Licence-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Methods and Size](https://img.shields.io/badge/Methods%20and%20size-core:%201099%20|%20119%20KB-e91e63.svg)](http://www.methodscount.com/?lib=eu.davidea%3Aflexible-adapter%3A5.0.0%2B)
![Methods and Size](https://img.shields.io/badge/Methods%20and%20size-Core:%20759,%20124%20KB%20|%20UI:%20267,%2068%20KB-e91e63.svg)

# FlexibleAdapter
- [v5.0.4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.4) built on 2018.05.01
- [v5.0.5](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.5) built on 2018.06.03
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).
- Please read also [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).

Expand Down Expand Up @@ -63,8 +63,8 @@ repositories {
```
dependencies {
// Using JCenter
implementation 'eu.davidea:flexible-adapter:5.0.4'
implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b4'
implementation 'eu.davidea:flexible-adapter:5.0.5'
implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b5'
implementation 'eu.davidea:flexible-adapter-livedata:1.0.0-b2'
// From 1.0.0-b3, library is compiled with data binding v2
implementation 'eu.davidea:flexible-adapter-databinding:1.0.0-b3'
Expand All @@ -73,7 +73,7 @@ dependencies {
#### Stay Updated
|Flexible Adapter|UI|Live Data|Data Binding|
|---|---|---|---|
|<div align="center">5.0.4</div>|<div align="center">1.0.0-b4</div>|<div align="center">1.0.0-b2</div>|<div align="center">1.0.0-b3</div>|
|<div align="center">5.0.5</div>|<div align="center">1.0.0-b5</div>|<div align="center">1.0.0-b2</div>|<div align="center">1.0.0-b3</div>|
|<a href='https://bintray.com/davideas/maven/flexible-adapter?source=watch' alt='Get automatic notifications about new "flexible-adapter" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>|<a href='https://bintray.com/davideas/maven/flexible-adapter-ui?source=watch' alt='Get automatic notifications about new "flexible-adapter-ui" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<a href='https://bintray.com/davideas/maven/flexible-adapter-livedata?source=watch' alt='Get automatic notifications about new "flexible-adapter-livedata" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<a href='https://bintray.com/davideas/maven/flexible-adapter-databinding?source=watch' alt='Get automatic notifications about new "flexible-adapter-databinding" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|

# Wiki!
Expand Down Expand Up @@ -120,9 +120,10 @@ This [Wiki page](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Demo-A

# Change Log
###### Latest release
[v5.0.4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.4) - 2018.05.01
[v5.0.5](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.5) - 2018.06.03

###### Old releases
[v5.0.4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.4) - 2018.05.01 |
[v5.0.3](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.3) - 2018.03.23 |
[v5.0.2](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.2) - 2018.03.17 |
[v5.0.1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.1) - 2018.03.11 |
Expand Down
4 changes: 2 additions & 2 deletions flexible-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
major 5
minor 0
patch 4
//patch 5
//preRelease = 'SNAPSHOT'
dependsOn 'install'
}
Expand Down Expand Up @@ -44,7 +44,7 @@ android {

dependencies {
implementation supportLib.recyclerView
implementation supportLib.appCompat
//implementation supportLib.appCompat
}

if (project.hasProperty('all') || project.hasProperty('adapter')) {
Expand Down
8 changes: 4 additions & 4 deletions flexible-adapter/version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun Mar 04 16:12:45 CET 2018
#Sun Jun 03 12:57:27 CEST 2018
MAJOR=5
MINOR=0
PATCH=0
PATCH=5
PRE_RELEASE=
BUILD=5405
CODE=23
BUILD=5400
CODE=27

0 comments on commit 2b8a6a4

Please sign in to comment.