diff options
Diffstat (limited to 'core/build.gradle')
-rw-r--r-- | core/build.gradle | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/core/build.gradle b/core/build.gradle index fae442e..3a3bb75 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,7 +13,7 @@ android { buildToolsVersion project.BUILD_TOOLS androidGitVersion { - codeFormat = 'MMNNPP' + codeFormat = 'MMNNPPBB' prefix 'v' } @@ -58,30 +58,17 @@ dependencies { compile "com.android.support:design:${ANDROID_SUPPORT_LIBS}" compile "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_LIBS}" compile "com.android.support:cardview-v7:${ANDROID_SUPPORT_LIBS}" -// compile "com.android.support:preference-v14:${ANDROID_SUPPORT_LIBS}" + compile "com.android.support:animated-vector-drawable:${ANDROID_SUPPORT_LIBS}" compile "com.android.support.constraint:constraint-layout:${CONSTRAINT_LAYOUT}" - compile "com.mikepenz:fastadapter:${FAST_ADAPTER}@aar" - compile "com.mikepenz:fastadapter-commons:${FAST_ADAPTER_COMMONS}@aar" - - compile "com.afollestad.material-dialogs:core:${MATERIAL_DIALOG}" - compile "com.afollestad.material-dialogs:commons:${MATERIAL_DIALOG}" - compile "com.mikepenz:iconics-core:${ICONICS}@aar" compile "com.mikepenz:google-material-typeface:${IICON_GOOGLE}.original@aar" + compile "com.afollestad.material-dialogs:core:${MATERIAL_DIALOG}" + compile "com.jakewharton.timber:timber:${TIMBER}" compile "org.jetbrains.anko:anko-commons:${ANKO}" - - compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}" - compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}" - compile "com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}" - compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7-kotlin:${RX_BINDING}" - - compile("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") { - transitive = true - } } apply from: '../artifacts.gradle' |