Skip to content

Commit

Permalink
Upgrade to artemis-odb 0.10.2, artemis-odb-contrib 0.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanYperen committed Jul 21, 2015
1 parent 3f282ff commit 23b1043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Splash screen icons show available features:

### Library Versions

LibGDX 1.6.4, Artemis-odb 0.10.1, Artemis-odb-contrib 0.10.1
LibGDX 1.6.4, Artemis-odb 0.10.2, Artemis-odb-contrib 0.10.2

Alter library versions and enable gdx modules in /build.gradle

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

// lib for artemis-odb weaving.
// see https://github.com/junkdog/artemis-odb/wiki/Bytecode-weaving
classpath 'net.onedaybeard.artemis:artemis-odb-gradle-plugin:0.10.1'
classpath 'net.onedaybeard.artemis:artemis-odb-gradle-plugin:0.10.2'
}
}

Expand All @@ -25,8 +25,8 @@ allprojects {
appName = 'libgdx-artemis-quickstart'
gdxVersion = '1.6.4'
roboVMVersion = '1.5.0'
artemisVersion = '0.10.1' // edit version artemis-odb-gradle-plugin, see buildscript.dependencies.classpath above.
artemisContribVersion = "0.10.1"
artemisVersion = '0.10.2' // edit version artemis-odb-gradle-plugin, see buildscript.dependencies.classpath above.
artemisContribVersion = "0.10.2"
//box2DLightsVersion = '1.3'
//aiVersion = '1.5.0'
}
Expand Down

0 comments on commit 23b1043

Please sign in to comment.