Skip to content

Commit 68350cc

Browse files
committed
Bumped version to 1.2.1. Updated libGDX to latest version of 1.6.4. Removed unused extensions from build.gradle. Left RoboVM in there as we might use it for iOS at some stage.
1 parent aead108 commit 68350cc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ allprojects {
1515
apply plugin: "eclipse"
1616
apply plugin: "idea"
1717

18-
version = '1.2.0'
18+
version = '1.2.1'
1919
ext {
2020
appName = 'DestinationSol'
21-
gdxVersion = '1.6.1'
22-
roboVMVersion = '1.2.0'
23-
box2DLightsVersion = '1.3'
24-
ashleyVersion = '1.4.0'
25-
aiVersion = '1.5.0'
21+
gdxVersion = '1.6.4'
22+
roboVMVersion = '1.5.0'
2623
}
2724

2825
repositories {

main/src/com/miloshpetrov/sol2/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Const {
1010
public static final float CHUNK_SIZE = 20f;
1111
public static final int ITEM_GROUPS_PER_PAGE = 8;
1212
public final static float PLANET_GAP = 8f;
13-
public static final String VERSION = "1.2.0";
13+
public static final String VERSION = "1.2.1";
1414
public static final float FRICTION = .5f;
1515
public static final float IMPULSE_TO_COLL_VOL = 2f;
1616

0 commit comments

Comments
 (0)