summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rw-r--r--org.fox.ttrss/build.gradle10
1 files changed, 4 insertions, 6 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index a8c99c78..d5c23ef9 100644
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
+ compileSdkVersion 19
buildToolsVersion "20.0.0"
defaultConfig {
applicationId "org.fox.ttrss"
- minSdkVersion 9
+ minSdkVersion 8
targetSdkVersion 19
}
@@ -24,14 +24,12 @@ android {
dependencies {
compile project(':taskerlocaleapi')
- compile 'com.android.support:cardview-v7:21.0.0'
- compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.jeremyfeinstein.slidingmenu:library:1.3@aar'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'com.viewpagerindicator:library:2.4.1'
- compile 'com.android.support:support-v4:19.0.0'
- compile 'com.android.support:appcompat-v7:19.0.0'
+ compile 'com.android.support:support-v4:19.1.0'
compile 'com.google.code.gson:gson:1.7.1'
+ compile 'com.android.support:appcompat-v7:19.1.0'
compile files('libs/dashclock-api-r1.1.jar')
compile files('libs/jsoup-1.6.1.jar')
compile files('libs/universal-image-loader-1.9.3.jar')