Update MaterialDrawer to v8.3.3

This commit is contained in:
Kuba Szczodrzyński 2021-03-21 14:17:59 +01:00
parent 43fc2f10df
commit 15c95baa6a
2 changed files with 13 additions and 16 deletions

View File

@ -36,17 +36,15 @@ dependencies {
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.2.0"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
api("com.github.kuba2k2:MaterialDrawer:817e45765c") {
exclude module: 'library-iconics'
}
implementation "com.mikepenz:iconics-core:5.2.8"
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "com.google.android.material:material:1.3.0"
implementation 'androidx.multidex:multidex:2.0.1'
implementation "com.mikepenz:iconics-views:5.2.8"
implementation "com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar"
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "com.google.android.material:material:1.3.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
// implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.15"
implementation 'androidx.multidex:multidex:2.0.1'
implementation project(":navlib")
}

View File

@ -36,19 +36,18 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.2.0"
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "com.google.android.material:material:1.3.0"
api("com.github.kuba2k2:MaterialDrawer:817e45765c") {
exclude module: 'library-iconics'
}
api "com.mikepenz:iconics-core:5.2.8"
implementation "com.mikepenz:itemanimators:1.1.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly "pl.droidsonroids.gif:android-gif-drawable:1.2.15"
api "com.mikepenz:materialize:1.2.1"
api "com.mikepenz:materialdrawer:8.3.3"
api "com.mikepenz:iconics-core:5.2.8"
api "com.mikepenz:itemanimators:1.1.0"
compileOnly "pl.droidsonroids.gif:android-gif-drawable:1.2.15"
implementation "com.balysv:material-ripple:1.0.2"