mirror of
https://github.com/kuba2k2/NavLib.git
synced 2025-01-18 06:16:43 -06:00
Update Kotlin, replace MaterialDrawer with a forked version
This commit is contained in:
parent
4f08f171d6
commit
7430169359
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.4.30'
|
kotlin_version = '1.4.31'
|
||||||
|
|
||||||
release = [
|
release = [
|
||||||
// major.minor.patch.rc.beta
|
// major.minor.patch.rc.beta
|
||||||
|
@ -36,14 +36,14 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
implementation "androidx.appcompat:appcompat:1.2.0"
|
implementation "androidx.appcompat:appcompat:1.2.0"
|
||||||
implementation "androidx.core:core-ktx:1.3.2"
|
implementation "androidx.core:core-ktx:1.3.2"
|
||||||
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
||||||
implementation "com.google.android.material:material:1.3.0"
|
implementation "com.google.android.material:material:1.3.0"
|
||||||
|
|
||||||
api "com.mikepenz:materialize:1.2.1"
|
api "com.mikepenz:materialize:1.2.1"
|
||||||
api "com.mikepenz:materialdrawer:8.3.3"
|
api "pl.szczodrzynski:materialdrawer:7e083334f2"
|
||||||
api "com.mikepenz:iconics-core:5.2.8"
|
api "com.mikepenz:iconics-core:5.2.8"
|
||||||
api "com.mikepenz:itemanimators:1.1.0"
|
api "com.mikepenz:itemanimators:1.1.0"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user