Skip to content

Commit 069f7a1

Browse files
committed
* [release] v5.0.0-a01
1 parent 272e75c commit 069f7a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
4141
# Include in your project
4242
## Latest releases
4343

44+
- Kotlin && NEW | [v5.0.0-a01](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a01)
4445
- Kotlin | [v4.1.2](https://github.com/mikepenz/FastAdapter/tree/v4.1.2)
4546
- Java && AndroidX | [v3.3.1](https://github.com/mikepenz/FastAdapter/tree/v3.3.1)
4647
- Java && AppCompat | [v3.2.9](https://github.com/mikepenz/FastAdapter/tree/v3.2.9)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
buildscript {
33
ext {
44
release = [
5-
versionName: "4.1.2",
6-
versionCode: 4102
5+
versionName: "5.0.0-a01",
6+
versionCode: 5000
77
]
88

99
setup = [

0 commit comments

Comments
 (0)