Skip to content

Commit 3fe4816

Browse files
committed
Release v5.0.6
1 parent c1ca25e commit 3fe4816

File tree

7 files changed

+17
-18
lines changed

7 files changed

+17
-18
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Methods and Size](https://img.shields.io/badge/Methods%20and%20size-Core:%20759,%20124%20KB%20|%20UI:%20267,%2068%20KB-e91e63.svg)
66

77
# FlexibleAdapter
8-
- [v5.0.5](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.5) built on 2018.06.03
8+
- [v5.0.6](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.6) built on 2018.09.16
99
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).
1010
- Please read also [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).
1111

@@ -63,7 +63,7 @@ repositories {
6363
```
6464
dependencies {
6565
// Using JCenter
66-
implementation 'eu.davidea:flexible-adapter:5.0.5'
66+
implementation 'eu.davidea:flexible-adapter:5.0.6'
6767
implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b5'
6868
implementation 'eu.davidea:flexible-adapter-livedata:1.0.0-b2'
6969
// From 1.0.0-b3, library is compiled with data binding v2
@@ -73,7 +73,7 @@ dependencies {
7373
#### Stay Updated
7474
|Flexible Adapter|UI|Live Data|Data Binding|
7575
|---|---|---|---|
76-
|<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>|
76+
|<div align="center">5.0.6</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>|
7777
|<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>|
7878

7979
# Wiki!
@@ -120,18 +120,15 @@ This [Wiki page](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Demo-A
120120

121121
# Change Log
122122
###### Latest release
123-
[v5.0.5](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.5) - 2018.06.03
123+
[v5.0.6](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.6) - 2018.09.16 |
124124

125125
###### Old releases
126+
[v5.0.5](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.5) - 2018.06.03 |
126127
[v5.0.4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.4) - 2018.05.01 |
127128
[v5.0.3](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.3) - 2018.03.23 |
128129
[v5.0.2](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.2) - 2018.03.17 |
129130
[v5.0.1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.1) - 2018.03.11 |
130-
[v5.0.0](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0) - 2018.03.04<br>
131-
[v5.0.0-rc4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc4) - 2017.12.17 |
132-
[v5.0.0-rc3](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc3) - 2017.10.20 |
133-
[v5.0.0-rc2](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc2) - 2017.06.10 |
134-
[v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) - 2017.01.14
131+
[v5.0.0](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0) - 2018.03.04
135132

136133
# Limitations
137134
Item half swipe cannot be implemented due to how the `android.support.v7.widget.helper.ItemTouchHelper` is done, also clicks on rear view are not possible, same reason.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ buildscript {
115115
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.1"
116116
classpath "com.vanniktech:gradle-android-javadoc-plugin:0.3.0-SNAPSHOT"
117117
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.31"
118-
classpath "eu.davidea:grabver:0.7.0"
118+
classpath "eu.davidea:grabver:1.0.0"
119119
// NOTE: Do not place your application dependencies here; they belong
120120
// in the individual module build.gradle files
121121
}

flexible-adapter-app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apply plugin: 'eu.davidea.grabver'
44
versioning {
55
major 5
66
minor 0
7+
patch 6
78
}
89

910
android {

flexible-adapter-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<!-- #139 Test for Automatic configuration change -->
2222
<activity android:name=".MainActivity"
2323
android:configChanges="orientation|screenSize">
24+
<!--<activity android:name=".MainActivity">-->
2425
<meta-data
2526
android:name="android.app.searchable"
2627
android:resource="@xml/searchable"/>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Tue May 08 00:20:53 CEST 2018
1+
#Sun Sep 16 15:41:28 CEST 2018
22
MAJOR=5
33
MINOR=0
4-
PATCH=0
4+
PATCH=6
55
PRE_RELEASE=
6-
BUILD=5571
7-
CODE=23
6+
BUILD=5586
7+
CODE=29

flexible-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'eu.davidea.grabver'
55
versioning {
66
major 5
77
minor 0
8-
//patch 5
8+
patch 6
99
//preRelease = 'SNAPSHOT'
1010
dependsOn 'install'
1111
}

flexible-adapter/version.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Sun Jun 03 12:57:27 CEST 2018
1+
#Sun Sep 16 15:37:43 CEST 2018
22
MAJOR=5
33
MINOR=0
4-
PATCH=5
4+
PATCH=6
55
PRE_RELEASE=
66
BUILD=5400
7-
CODE=27
7+
CODE=29

0 commit comments

Comments
 (0)