mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 13:19:02 +00:00
Add LayoutCast as dependency
This commit is contained in:
parent
315d25e316
commit
a016cec942
1 changed files with 4 additions and 3 deletions
|
|
@ -57,12 +57,13 @@ dependencies {
|
|||
compile 'com.android.support:recyclerview-v7:22.2.+'
|
||||
|
||||
// Icons
|
||||
dependencies {
|
||||
compile 'com.mikepenz:iconics:1.1.0@aar'
|
||||
}
|
||||
compile 'com.mikepenz:iconics:1.1.0@aar'
|
||||
|
||||
compile 'com.rengwuxian.materialedittext:library:2.1.4'
|
||||
|
||||
// Instant Layout Changing w/o recompile
|
||||
compile 'com.github.mmin18.layoutcast:library:1.+@aar'
|
||||
|
||||
// Instabug / In-App-Feedback
|
||||
compile 'com.instabug.library:instabugsupport:+'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue