Skip to content

Commit

Permalink
Setting gdxVersion in all projects to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
efamiliar committed Dec 7, 2018
1 parent 6ccf97d commit 3e40a96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion box2dLights/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]

ext {
gdxVersion = '1.9.2'
gdxVersion = '1.9.3'
// box2dlightsVersion = '1.4'
// ashleyVersion = '1.7.0'
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
dependencies {
classpath 'net.sf.proguard:proguard-gradle:5.0'
classpath 'org.ajoberstar:gradle-git:1.2.0'
classpath 'com.badlogicgames.gdx:gdx-tools:1.6.5'
classpath 'com.badlogicgames.gdx:gdx-tools:1.9.3'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'
}
}
Expand All @@ -18,7 +18,7 @@ allprojects {
version = '0.1.3'
ext {
appName = 'Overlap2D'
gdxVersion = '1.9.2'
gdxVersion = '1.9.3'
//box2DLightsVersion = '1.4'
visuiVersion = '0.9.2'

Expand Down
2 changes: 1 addition & 1 deletion overlap2d-common-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "java"
sourceSets.main.java.srcDirs = [ "src/" ]

ext {
gdxVersion = '1.9.4'
gdxVersion = '1.9.3'
ashleyVersion = '1.5.0'
visuiVersion = '1.2.4'
}
Expand Down

0 comments on commit 3e40a96

Please sign in to comment.