aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-08 20:25:23 -0700
committerAllan Wang <me@allanwang.ca>2017-07-08 20:25:23 -0700
commit81996038462de1be86643e95d262933c4b96c551 (patch)
tree39423b28217251e7051f86e9e4f80c47bcba20b2 /core/build.gradle
parent880d433e475e5be4e5d91afac145b490f9a959b7 (diff)
downloadkau-81996038462de1be86643e95d262933c4b96c551.tar.gz
kau-81996038462de1be86643e95d262933c4b96c551.tar.bz2
kau-81996038462de1be86643e95d262933c4b96c551.zip
Move components to separate modules
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle21
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'