Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2014-07-04 13:34:27 +0400
committerDavid Development <david-dev@live.de>2014-07-04 13:34:27 +0400
commitc706b6c42e5966c96a29e753b852f01c7395017b (patch)
tree19f6176ce5d29a788acdfd5a44941ced59b9c851 /News-Android-App/build.gradle
parent99a5b5dd417f03b749a5dedb5ad3f52403491a13 (diff)
parentaa786bc5e68b53cbc0a57c75dcb3a61a4e5e390a (diff)
update podcast support
Diffstat (limited to 'News-Android-App/build.gradle')
-rw-r--r--News-Android-App/build.gradle11
1 files changed, 9 insertions, 2 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 8620b2f6..296700da 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -1,4 +1,4 @@
-apply plugin: 'android'
+apply plugin: 'com.android.application'
android {
@@ -25,6 +25,13 @@ android {
}
}
+configurations.all {
+ resolutionStrategy {
+ force 'com.android.support:support-v4:20.+'
+ }
+}
+
+
dependencies {
// You must install or update the Google Repository through the SDK manager to use this dependency.
// The Google Repository (separate from the corresponding library) can be found in the Extras category.
@@ -34,7 +41,7 @@ dependencies {
compile project(':Changeloglib:ChangeLogLibrary')
compile project(':MessageBar')
compile project(':ownCloud-Account-Importer')
- compile 'com.android.support:support-v4:19.0.+'
+ compile 'com.android.support:support-v4:20.+'
compile 'com.jakewharton:butterknife:5.1.+'
compile 'com.squareup.picasso:picasso:2.3.1@jar'
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'