diff --git a/app/build.gradle b/app/build.gradle index f8ed93f..5f75eb7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ 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' @@ -58,7 +58,7 @@ dependencies { // 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' }