Skip to content

Commit

Permalink
Merge pull request #2697 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz authored Dec 21, 2020
2 parents 30130c7 + 11eea56 commit 6df834f
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 @@ -49,7 +49,7 @@

## Latest releases 🛠

- Kotlin && New | [v8.3.0](https://github.com/mikepenz/MaterialDrawer/tree/v8.3.0)
- Kotlin && New | [v8.3.1](https://github.com/mikepenz/MaterialDrawer/tree/v8.3.1)
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0) | (Builder approach like v6.x)
- 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {

ext {
release = [
versionName: "8.3.0",
versionCode: 8030
versionName: "8.3.1",
versionCode: 8031
]

setup = [
Expand Down

0 comments on commit 6df834f

Please sign in to comment.