Skip to content

Commit

Permalink
* [release] v5.0.0-a07
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 21, 2020
1 parent b5e9e69 commit f165a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
# Include in your project
## Latest releases

- Kotlin && NEW | [v5.0.0-a06](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a06)
- Kotlin && NEW | [v5.0.0-a07](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a07)
- Kotlin | [v4.1.2](https://github.com/mikepenz/FastAdapter/tree/v4.1.2)
- Java && AndroidX | [v3.3.1](https://github.com/mikepenz/FastAdapter/tree/v3.3.1)
- Java && AppCompat | [v3.2.9](https://github.com/mikepenz/FastAdapter/tree/v3.2.9)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext {
release = [
versionName: "5.0.0-a06",
versionName: "5.0.0-a07",
versionCode: 5000
]

Expand Down

0 comments on commit f165a4c

Please sign in to comment.