mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Change API version back to 19 to see if that helps
Version bump to 1.5.28.005
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<packaging.type>jar</packaging.type>
|
||||
<build.min.memory>-Xms128m</build.min.memory>
|
||||
<build.max.memory>-Xmx2048m</build.max.memory>
|
||||
<alpha-version>1.5.28.004</alpha-version>
|
||||
<alpha-version>1.5.28.005</alpha-version>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
@@ -123,7 +123,7 @@
|
||||
<debug>true</debug>
|
||||
</sign>
|
||||
<sdk>
|
||||
<platform>20</platform>
|
||||
<platform>19</platform>
|
||||
</sdk>
|
||||
<dexForceJumbo>true</dexForceJumbo>
|
||||
<deleteConflictingFiles>true</deleteConflictingFiles>
|
||||
@@ -168,7 +168,7 @@
|
||||
<debug>false</debug>
|
||||
</sign>
|
||||
<sdk>
|
||||
<platform>20</platform>
|
||||
<platform>19</platform>
|
||||
</sdk>
|
||||
<zipalign>
|
||||
<verbose>false</verbose>
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-20
|
||||
target=android-19
|
||||
@@ -39,7 +39,7 @@ import forge.util.FileUtil;
|
||||
import forge.util.Utils;
|
||||
|
||||
public class Forge implements ApplicationListener {
|
||||
public static final String CURRENT_VERSION = "1.5.28.004";
|
||||
public static final String CURRENT_VERSION = "1.5.28.005";
|
||||
|
||||
private static final ApplicationListener app = new Forge();
|
||||
private static Clipboard clipboard;
|
||||
|
||||
Reference in New Issue
Block a user