Merge branch 'newBranch' into 'master'

revert accidental change here, this is device specific

See merge request core-developers/forge!3289
This commit is contained in:
Anthony Calosa
2020-10-23 10:47:20 +00:00

View File

@@ -64,15 +64,11 @@
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.9.11</version>
<scope>system</scope>
<systemPath>${pom.basedir}/libs/gdx.jar</systemPath>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype</artifactId>
<version>1.9.11</version>
<scope>system</scope>
<systemPath>${pom.basedir}/libs/gdx-freetype.jar</systemPath>
</dependency>
</dependencies>