upgraded to libGDX 1.5.6 and libgdx-utils 0.11.1-SNAPSHOT
2 files changed, 3 insertions(+), 3 deletions(-)

M android/project.properties
M build.gradle
M android/project.properties +1 -1
@@ 11,4 11,4 @@ 
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 
 # Project target.
-target=android-21
+target=android-22

          
M build.gradle +2 -2
@@ 18,8 18,8 @@ allprojects {
 	version = '1.0'
 	ext {
 		appName = 'SomeLibgdxTests'
-		gdxVersion = '1.5.5'
-		gdxUtilsVersion = '0.11.0-SNAPSHOT'
+		gdxVersion = '1.5.6'
+		gdxUtilsVersion = '0.11.1-SNAPSHOT'
 		roboVMVersion = '1.0.0'
 		box2DLightsVersion = '1.3'
 		ashleyVersion = '1.3.1'