Skip to content

Commit

Permalink
Merge branch 'release/v7.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 23, 2019
2 parents 0ae74d0 + dabd895 commit fdbe673
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 | [v7.0.0-rc09](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.1-a01)
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0)
- 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 app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
// used to showcase how to load images
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.constraintlayout:constraintlayout:${versions.constraintLayout}"
kapt 'com.github.bumptech.glide:compiler:4.9.0'

// needed to fix glide androidX support
Expand All @@ -80,7 +80,7 @@ dependencies {
implementation "com.mikepenz:fastadapter-extensions-utils:${versions.fastadapter}"
// used to generate the Open Source section
// https://github.com/mikepenz/AboutLibraries
implementation 'com.mikepenz:aboutlibraries:7.0.3'
implementation "com.mikepenz:aboutlibraries:7.1.0"

//used to provide different itemAnimators for the RecyclerView
//https://github.com/mikepenz/ItemAnimators
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
release = [
versionName: "7.0.0-rc09",
versionName: "7.0.0",
versionCode: 7000
]

Expand All @@ -16,13 +16,13 @@ buildscript {
multiDex : '2.0.1',
annotation : '1.1.0',
recyclerView : '1.1.0',
material : '1.1.0-beta02',
material : '1.1.0-rc01',
appcompat : '1.1.0',
drawerlayout : '1.1.0-alpha03',
constraintLayout : '2.0.0-beta4',
cardview : '1.0.0',
kotlin : "1.3.61",
fastadapter : "4.1.1",
fastadapter : "4.1.2",
iconics : "4.0.2",
navigation : "2.2.0-rc04",
slidingpaneLayout: "1.0.0"
Expand Down

0 comments on commit fdbe673

Please sign in to comment.