diff options
author | Mark Raynsford <[email protected]> | 2013-01-07 15:07:26 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2013-01-07 15:07:26 +0000 |
commit | 1002133ac28688df17f3e3ed6e44a8bb578cbfb5 (patch) | |
tree | fee1448920b5ac163ef1aeb6289942641982c942 /maven/jp4da/jp4da-android/pom.xml | |
parent | db1bafbba4c4c4734a7679f87468789bc05120de (diff) |
Use API level 10 (as the SDK will now refuse to use 9 due to it being replaced with 10), and add a nice jp4da icon
Diffstat (limited to 'maven/jp4da/jp4da-android/pom.xml')
-rw-r--r-- | maven/jp4da/jp4da-android/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/jp4da/jp4da-android/pom.xml b/maven/jp4da/jp4da-android/pom.xml index 9edb539..5f72869 100644 --- a/maven/jp4da/jp4da-android/pom.xml +++ b/maven/jp4da/jp4da-android/pom.xml @@ -269,7 +269,7 @@ <artifactId>android-maven-plugin</artifactId> <configuration> <sdk> - <platform>9</platform> + <platform>10</platform> </sdk> </configuration> <executions> |