Skip to content

0.6.9

Compare
Choose a tag to compare
@crykn crykn released this 02 Jul 20:56
· 14 commits to master since this release
  • Update to libGDX 1.12.0
  • Add ManagedScreenAdapter
  • Improve the documentation

Common Issues

Could not resolve com.github.crykn.guacamole:gdx:0.3.3.
Required by:
    project :core-game > project :core > com.github.crykn:libgdx-screenmanager:0.6.9

Sometimes there seem to be troubles when retrieving a built artifact from Jitpack. You can try to fix this by adding api "com.github.crykn.guacamole:gdx:v0.3.3" (note the v before the version!) as additional dependency. If that does not work, removing mavenLocal() as repository in your build.gradle might help. Alternatively, you can also delete the com/github/crykn subfolder of .m2/repository/ to trigger another download.