summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle20
1 files changed, 13 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3f1584081..55c1080ae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,10 +11,10 @@ repositories {
dependencies {
compile "com.android.support:support-v4:$supportVersion"
compile "com.android.support:appcompat-v7:$supportVersion"
- compile "com.android.support:gridlayout-v7:$supportVersion"
- compile "com.android.support:cardview-v7:$supportVersion"
compile "com.android.support:design:$supportVersion"
- compile "com.android.support:recyclerview-v7:22.2.+"
+ compile "com.android.support:gridlayout-v7:$supportVersion"
+ compile "com.android.support:percent:$supportVersion"
+ compile "com.android.support:recyclerview-v7:$supportVersion"
compile "org.apache.commons:commons-lang3:$commonslangVersion"
compile("org.shredzone.flattr4j:flattr4j-core:$flattr4jVersion") {
exclude group: "org.json", module: "json"
@@ -31,11 +31,17 @@ dependencies {
compile "io.reactivex:rxjava:$rxJavaVersion"
// And ProGuard rules for RxJava!
compile "com.artemzin.rxjava:proguard-rules:$rxJavaRulesVersion"
- compile "com.joanzapata.iconify:android-iconify-fontawesome:2.1.0"
- compile "com.afollestad:material-dialogs:0.7.8.1"
- compile "com.yqritc:recyclerview-flexibledivider:1.2.6"
+ compile "com.joanzapata.iconify:android-iconify-fontawesome:$iconifyVersion"
+ compile "com.joanzapata.iconify:android-iconify-material:$iconifyVersion"
+ compile("com.github.afollestad.material-dialogs:commons:$materialDialogsVersion") {
+ transitive = true
+ }
+ compile "com.yqritc:recyclerview-flexibledivider:$recyclerviewFlexibledividerVersion"
+ compile("com.githang:viewpagerindicator:2.5@aar") {
+ exclude module: "support-v4"
+ }
- compile "com.github.AntennaPod:AntennaPod-AudioPlayer:v1.0.2"
+ compile "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
compile project(":core")
}