ColorRunner/core/build.gradle

8 lines
217 B
Groovy
Raw Normal View History

2014-08-09 22:41:29 +02:00
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
2024-07-23 16:33:12 +02:00
eclipse.project.name = appName + '-core'
2014-08-09 22:41:29 +02:00
2024-07-23 16:33:12 +02:00
dependencies {
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
api "com.badlogicgames.gdx:gdx:$gdxVersion"
2017-11-22 19:14:24 +01:00
}