Skip to content

Commit

Permalink
v1.5.2009
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Nov 1, 2020
1 parent 28f945f commit 559cbb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.opensource.lightblocks"
minSdkVersion 16
targetSdkVersion 29
versionCode 2008
versionName "1.4.2008"
versionCode 2009
versionName "1.5.2009"
}

flavorDimensions "type"
Expand Down
4 changes: 2 additions & 2 deletions core/src/de/golfgl/lightblocks/LightBlocksGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class LightBlocksGame extends Game implements IGameServiceListener, IPush
public static final String SOURCECODE_URL = "https://github.com/MrStahlfelge/lightblocks/";
public static final String CONTROLLER_RECOMMENDATION_URL = "https://www.golfgl.de/lightblocks/#controller";
// An den gleichen Eintrag im AndroidManifest und robovm.properties denken!!!
public static final int GAME_VERSIONNUMBER = 2008;
public static final String GAME_VERSIONSTRING = "1.4." + GAME_VERSIONNUMBER;
public static final int GAME_VERSIONNUMBER = 2009;
public static final String GAME_VERSIONSTRING = "1.5." + GAME_VERSIONNUMBER;
// Abstand für Git
// auch dran denken das data-Verzeichnis beim release wegzunehmen!
public static final boolean GAME_DEVMODE = true;
Expand Down
4 changes: 2 additions & 2 deletions ios/robovm.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app.id=org.opensource.lightblocks
app.mainclass=de.golfgl.lightblocks.IOSLauncher
app.executable=IOSLauncher
app.version=1.4.2008
app.build=2008
app.version=1.5.2009
app.build=2009
app.name=Falling Lightblocks

0 comments on commit 559cbb9

Please sign in to comment.