Skip to content

Commit

Permalink
- [release] v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 24, 2020
1 parent 67de465 commit 00713e8
Show file tree
Hide file tree
Showing 2 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 @@ -48,7 +48,7 @@ It's blazingly fast, minimizing the code you need to write, and is easy to exten

## Latest releases 🛠

- Kotlin | [v5.2.2](https://github.com/mikepenz/FastAdapter/tree/v5.2.2)
- Kotlin | [v5.2.3](https://github.com/mikepenz/FastAdapter/tree/v5.2.3)
- 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
buildscript {
ext {
release = [
versionName: "5.2.2",
versionCode: 5022
versionName: "5.2.3",
versionCode: 5023
]

setup = [
Expand Down

0 comments on commit 00713e8

Please sign in to comment.