Skip to content

Commit

Permalink
* [release] v8.0.0-a02
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 16, 2019
1 parent a7ef069 commit 3b05e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can find some frequently asked questions and other resources in the [WIKI /

## Latest releases

- Kotlin && New | [v8.0.0-a01](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-a01)
- Kotlin && New | [v8.0.0-a02](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-a02)
- Kotlin | [v7.0.0-rc08](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0-rc08)
- Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2)
- Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9)
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
kotlin_version = '1.3.50'

release = [
versionName: "8.0.0-a01",
versionName: "8.0.0-a02",
versionCode: 8000
]

Expand All @@ -19,13 +19,13 @@ buildscript {
androidX : '1.0.0',
annotation : '1.1.0',
recyclerView : '1.1.0-beta05',
material : '1.1.0-beta01',
material : '1.1.0-beta02',
appcompat : '1.1.0',
drawerlayout : '1.1.0-alpha03',
constraintLayout : '2.0.0-beta2',
constraintLayout : '2.0.0-beta3',
cardview : '1.0.0',
kotlin : "1.3.50",
fastadapter : "4.1.0",
fastadapter : "4.1.1",
iconics : "4.0.1",
navigation : "2.1.0",
slidingpaneLayout: "1.0.0"
Expand Down

0 comments on commit 3b05e0e

Please sign in to comment.