forked from github/szkolny
fix missing color resources + cleanup dependencies
This commit is contained in:
parent
661f0912cb
commit
eff99e7966
@ -259,30 +259,8 @@ dependencies {
|
|||||||
implementation("com.heinrichreimersoftware:material-intro") { version { strictly "1.5.8" } }
|
implementation("com.heinrichreimersoftware:material-intro") { version { strictly "1.5.8" } }
|
||||||
implementation("pl.droidsonroids.gif:android-gif-drawable") { version { strictly "1.2.15" } }
|
implementation("pl.droidsonroids.gif:android-gif-drawable") { version { strictly "1.2.15" } }
|
||||||
|
|
||||||
// Debug-only dependencies
|
implementation "com.balysv:material-ripple:1.0.2"
|
||||||
debugImplementation "com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6"
|
implementation "com.mikepenz:materialize:1.2.1"
|
||||||
|
|
||||||
// NavLib required dependencies
|
|
||||||
debugImplementation "com.mikepenz:iconics-views:5.3.2"
|
|
||||||
debugImplementation "com.mikepenz:iconics-typeface-api:5.3.2"
|
|
||||||
debugImplementation "com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar"
|
|
||||||
debugImplementation "com.balysv:material-ripple:1.0.2"
|
|
||||||
debugApi "com.mikepenz:materialize:1.2.1"
|
|
||||||
debugApi "com.mikepenz:materialdrawer:9.0.1"
|
|
||||||
debugApi "com.mikepenz:iconics-core:5.3.2"
|
|
||||||
debugApi "com.mikepenz:itemanimators:1.1.0"
|
|
||||||
|
|
||||||
// agendacalendarview required dependencies
|
|
||||||
|
|
||||||
debugApi 'eu.szkolny:StickyListHeaders:2.7.1'
|
|
||||||
debugImplementation 'io.reactivex:rxjava:1.1.1'
|
|
||||||
|
|
||||||
// material-about-library required dependencies
|
|
||||||
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0-alpha04', {
|
|
||||||
exclude group: 'com.android.support', module: 'support-annotations'
|
|
||||||
})
|
|
||||||
|
|
||||||
debugImplementation 'net.yslibrary.licenseadapter:licenseadapter:3.0.0'
|
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user