summaryrefslogtreecommitdiff
path: root/shared/build.gradle
blob: 78a5f8d42e126eabdbd5b1f155d04247e588f775 (plain)
1
2
3
4
5
6
7
eclipse.project.name = appName + '-shared'

dependencies {
  api "com.badlogicgames.gdx:gdx:$gdxVersion"
  api "com.crashinvaders.lml:gdx-websocket:$gdxWsVersion"
  api "com.crashinvaders.lml:gdx-websocket-serialization:$gdxWsVersion"
}