Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Ciupak committed May 30, 2016
1 parent 7666b13 commit 9761a79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<maven-dependency-plugin.version>2.8</maven-dependency-plugin.version>
<maven-release-plugin.version>2.4.1</maven-release-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>

<android-maven-plugin.platform>8</android-maven-plugin.platform>
</properties>

<dependencies>
Expand Down Expand Up @@ -171,7 +173,7 @@
<resourceDirectory>${basedir}/res</resourceDirectory>
<resourceOverlayDirectory>${project.build.directory}/filtered-res</resourceOverlayDirectory>
<sdk>
<platform>8</platform>
<platform>${android-maven-plugin.platform}</platform>
</sdk>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
<proguard>
Expand Down Expand Up @@ -333,7 +335,7 @@
<resourceDirectory>${basedir}/res</resourceDirectory>
<resourceOverlayDirectory>${project.build.directory}/filtered-res</resourceOverlayDirectory>
<sdk>
<platform>8</platform>
<platform>${android-maven-plugin.platform}</platform>
</sdk>
<emulator>
<avd>22</avd>
Expand Down

0 comments on commit 9761a79

Please sign in to comment.