summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-05 13:35:47 +0300
committerAndrew Dolgov <[email protected]>2015-06-05 13:35:47 +0300
commit7c9570c50384a08a20e7f5d9c4224906568731a0 (patch)
treedc8a2565a2aa4b3b323914da60f1f641c8ecb6c4
parentecbd8bd41ab3626ea91b66d0e15aad3d2aaeb82d (diff)
update to new build tools / support libraries
-rwxr-xr-xorg.fox.ttrss/build.gradle6
-rwxr-xr-xorg.fox.ttrss/org.fox.ttrss.iml6
2 files changed, 6 insertions, 6 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 7022f0c7..2d393abb 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
- buildToolsVersion "20.0.0"
+ buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.fox.ttrss"
@@ -28,9 +28,9 @@ dependencies {
compile files('libs/jsoup-1.6.1.jar')
compile files('libs/universal-image-loader-1.9.3.jar')
compile 'com.android.support:cardview-v7:21.0.0'
- compile 'com.android.support:support-v4:21.0.3'
+ compile 'com.android.support:support-v4:22.2.0'
compile 'com.google.code.gson:gson:2.3'
- compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.shamanland:fab:0.0.5'
compile 'ch.acra:acra:4.5.0'
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.1.0@aar'
diff --git a/org.fox.ttrss/org.fox.ttrss.iml b/org.fox.ttrss/org.fox.ttrss.iml
index dc3bff7b..b1d7db1b 100755
--- a/org.fox.ttrss/org.fox.ttrss.iml
+++ b/org.fox.ttrss/org.fox.ttrss.iml
@@ -92,15 +92,15 @@
<orderEntry type="library" exported="" name="library-2.4.1" level="project" />
<orderEntry type="library" exported="" name="nineoldandroids-2.4.0" level="project" />
<orderEntry type="library" exported="" name="gson-2.3" level="project" />
- <orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
<orderEntry type="library" exported="" name="acra-4.5.0" level="project" />
+ <orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
+ <orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
<orderEntry type="library" exported="" name="circleindicator-1.1.1" level="project" />
<orderEntry type="library" exported="" name="universal-image-loader-1.9.3" level="project" />
<orderEntry type="library" exported="" name="dashclock-api-r1.1" level="project" />
+ <orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
<orderEntry type="library" exported="" name="fab-0.0.5" level="project" />
- <orderEntry type="library" exported="" name="appcompat-v7-21.0.3" level="project" />
<orderEntry type="library" exported="" name="lib-core-3.1.0" level="project" />
- <orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
<orderEntry type="module" module-name="taskerlocaleapi" exported="" />
</component>
</module> \ No newline at end of file