Skip to content

Commit

Permalink
* release v4.0.0-rc03
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 18, 2019
1 parent d717ddc commit 73a1d51
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 @@ -40,7 +40,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
# Include in your project
## Latest releases

- Kotlin | [v4.0.0-rc02](https://github.com/mikepenz/FastAdapter/tree/v4.0.0-rc2)
- Kotlin | [v4.0.0-rc03](https://github.com/mikepenz/FastAdapter/tree/v4.0.0-rc3)
- 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,7 +2,7 @@
buildscript {
ext {
release = [
versionName: "4.0.0-rc02",
versionName: "4.0.0-rc03",
versionCode: 4000
]

Expand Down Expand Up @@ -30,7 +30,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-alpha06'
classpath 'com.android.tools.build:gradle:3.5.0-alpha07'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
Expand Down

0 comments on commit 73a1d51

Please sign in to comment.