Skip to content

Commit

Permalink
Updated dependency bank
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Apr 17, 2015
1 parent 4251559 commit f7015f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
public class DependencyBank {

//Versions
static String libgdxVersion = "1.5.5";
static String libgdxVersion = "1.5.6";
//Temporary snapshot version, we need a more dynamic solution for pointing to the latest nightly
static String libgdxNightlyVersion = "1.5.6-SNAPSHOT";
static String libgdxNightlyVersion = "1.5.7-SNAPSHOT";
static String roboVMVersion = "1.0.0";
static String buildToolsVersion = "20.0.0";
static String androidAPILevel = "20";
Expand Down

0 comments on commit f7015f2

Please sign in to comment.