Skip to content

Commit

Permalink
Use SDK platform version 15 for android-maven ops
Browse files Browse the repository at this point in the history
This is motivated by the fact that the CI build server has that version
auto-installed.
  • Loading branch information
rtyley committed Mar 27, 2012
1 parent 2e188e5 commit 43c91c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -83,7 +83,7 @@
<extensions>true</extensions>
<configuration>
<sdk>
<platform>14</platform>
<platform>15</platform>
</sdk>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
<proguard>
Expand Down

0 comments on commit 43c91c2

Please sign in to comment.