Skip to content

Commit

Permalink
Merge pull request #254 from rtack/patch-1
Browse files Browse the repository at this point in the history
Use sdk platform 21 instead of 19 so appcompat runs
  • Loading branch information
Shusshu committed Oct 18, 2014
2 parents ca0e78d + d7d5ff4 commit 9341115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- absolute path to the Android SDK install as defined in the ANDROID_HOME
environment variable -->
<android.sdk.path>${env.ANDROID_HOME}/</android.sdk.path>
<android.sdk.platform>19</android.sdk.platform>
<android.sdk.platform>21</android.sdk.platform>
<!-- The repository server for your android artifacts (e.g. Nexus instance
in this example) -->
<repo.id>android.repo</repo.id>
Expand Down

0 comments on commit 9341115

Please sign in to comment.