diff --git a/build.gradle b/build.gradle index d38d7669fa..07a76931c8 100644 --- a/build.gradle +++ b/build.gradle @@ -508,8 +508,8 @@ dependencies { implementation "com.badlogicgames.gdx:gdx:1.12.0" implementation "com.badlogicgames.gdx:gdx-platform:1.12.0:natives-desktop" - implementation "space.earlygrey:shapedrawer:2.4.0" - //implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' + //implementation "space.earlygrey:shapedrawer:2.4.0" + implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' implementation "com.badlogicgames.gdx:gdx-freetype:1.12.0" implementation "com.badlogicgames.gdx:gdx-freetype-platform:1.12.0:natives-desktop" implementation "com.badlogicgames.gdx-video:gdx-video:1.3.2-SNAPSHOT"