We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272e75c commit 069f7a1Copy full SHA for 069f7a1
README.md
@@ -41,6 +41,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
41
# Include in your project
42
## Latest releases
43
44
+- Kotlin && NEW | [v5.0.0-a01](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a01)
45
- Kotlin | [v4.1.2](https://github.com/mikepenz/FastAdapter/tree/v4.1.2)
46
- Java && AndroidX | [v3.3.1](https://github.com/mikepenz/FastAdapter/tree/v3.3.1)
47
- Java && AppCompat | [v3.2.9](https://github.com/mikepenz/FastAdapter/tree/v3.2.9)
build.gradle
@@ -2,8 +2,8 @@
2
buildscript {
3
ext {
4
release = [
5
- versionName: "4.1.2",
6
- versionCode: 4102
+ versionName: "5.0.0-a01",
+ versionCode: 5000
7
]
8
9
setup = [
0 commit comments