Skip to content

Commit

Permalink
Add ${androidPlatform}
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFuzz authored and tehdiplomat committed Jan 22, 2025
1 parent b721da7 commit 82ebeef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions forge-gui-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<cardforge.pass>pass</cardforge.pass>
<cardforge.server>ftp.cardforge.org</cardforge.server>
<androidBuildTools>35.0.0</androidBuildTools>
<androidPlatform>35</androidPlatform>
</properties>

<parent>
Expand Down Expand Up @@ -263,7 +264,7 @@
<debug>true</debug>
</sign>
<sdk>
<platform>35</platform>
<platform>${androidPlatform}</platform>
<buildTools>${androidBuildTools}</buildTools>
</sdk>
<dexForceJumbo>true</dexForceJumbo>
Expand Down Expand Up @@ -393,7 +394,7 @@
<debug>false</debug>
</sign>
<sdk>
<platform>35</platform>
<platform>${androidPlatform}</platform>
<buildTools>${androidBuildTools}</buildTools>
</sdk>
<zipalign>
Expand Down Expand Up @@ -610,7 +611,7 @@
<debug>false</debug>
</sign>
<sdk>
<platform>35</platform>
<platform>${androidPlatform}</platform>
<buildTools>${androidBuildTools}</buildTools>
</sdk>
<zipalign>
Expand Down

0 comments on commit 82ebeef

Please sign in to comment.