Skip to content

Commit

Permalink
- [release] v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 15, 2023
1 parent 3275828 commit 85eff82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@

## Latest releases 🛠

- Kotlin && Material 3 | [v9.0.1](https://github.com/mikepenz/MaterialDrawer/tree/v9.0.1)
- Kotlin && Material 3 | [v9.0.2](https://github.com/mikepenz/MaterialDrawer/tree/v9.0.2)
- Kotlin | [v8.4.5](https://github.com/mikepenz/MaterialDrawer/tree/v8.4.5) (Provided as-is only)
- Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2) (Provided as-is only)
- Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9) (Provided as-is only)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -3,8 +3,8 @@ buildscript {

ext {
release = [
versionName: "9.0.1",
versionCode: 9001
versionName: "9.0.2",
versionCode: 9002
]

setup = [
Expand Down

0 comments on commit 85eff82

Please sign in to comment.