Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
* update libs to final release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Sep 22, 2018
1 parent 2c2cf22 commit 48027e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -50,15 +50,15 @@ dependencies {

//used to generate the drawer on the left
//https://github.com/mikepenz/MaterialDrawer
implementation('com.mikepenz:materialdrawer:6.1.0-rc01') {
implementation('com.mikepenz:materialdrawer:6.1.0') {
transitive = true
exclude group: 'com.android.support'
exclude group: 'com.mikepenz', module: 'materialize'
}

// used to generate the Open Source section
// https://github.com/mikepenz/AboutLibraries
implementation('com.mikepenz:aboutlibraries:6.2.0-rc01') {
implementation('com.mikepenz:aboutlibraries:6.2.0') {
transitive = true
exclude group: 'com.android.support'
}
Expand Down

0 comments on commit 48027e6

Please sign in to comment.