diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # gdx-boardgame [![](https://jitpack.io/v/jeremyz/gdx-boardgame.svg)](https://jitpack.io/#jeremyz/gdx-boardgame) +[![Build Status](https://travis-ci.org/jeremyz/gdx-boardgame.svg?branch=master)](https://travis-ci.org/jeremyz/gdx-boardgame) is a [libgdx](https://libgdx.badlogicgames.com/) based framework to build 2D boardgames. @@ -25,7 +26,7 @@ Add the repository: Add the dependency to all subprojects: (You can replace `master-SNAPSHOT` with a tag from github) ```groovy dependencies { - implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT' + implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT' } ``` If you use the html module, you have to add also this module to its dependencies: |