summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-11-16 21:12:11 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-11-16 21:12:11 +0100
commitef922d018c50a9594d4994282695a68a6e40b00f (patch)
treeab9840fd042778962e169567fa5212244ff0756b /pom.xml
parent85975df9fb14deab100b54f9d6bdfa193535c204 (diff)
downloadAntennaPod-ef922d018c50a9594d4994282695a68a6e40b00f.zip
Updated dependency version numbers, removed workaround for actionmode bug
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index a1fa49244..7ae6e816c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,18 +13,18 @@
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
- <version>18</version>
+ <version>19</version>
</dependency>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v7-appcompat</artifactId>
- <version>18</version>
+ <version>19</version>
<type>apklib</type>
</dependency>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v7-appcompat</artifactId>
- <version>18</version>
+ <version>19</version>
<type>jar</type>
</dependency>
<dependency>
@@ -58,15 +58,16 @@
</exclusions>
</dependency>
<dependency>
- <groupId>com.google.android</groupId>
+ <groupId>android</groupId>
<artifactId>android</artifactId>
<scope>provided</scope>
- <version>4.1.1.4</version>
+ <version>4.4_r1</version>
</dependency>
<dependency>
- <groupId>com.google.android</groupId>
+ <groupId>com.google.android.annotations</groupId>
<artifactId>annotations</artifactId>
- <version>4.1.1.4</version>
+ <version>22.3</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -109,11 +110,11 @@
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.8.0</version>
<configuration>
<sdk>
<path>${env.ANDROID_HOME}</path>
- <platform>18</platform>
+ <platform>19</platform>
</sdk>
<manifest>
<debuggable>true</debuggable>