City-state alliance Bugfix

This commit is contained in:
Yair Morgenstern
2019-11-11 21:07:16 +02:00
parent 2bd9a2fbd6
commit b0e29c5d3c
4 changed files with 21 additions and 21 deletions

View File

@ -55,6 +55,6 @@ task afterEclipseImport(description: "Post processing after project generation",
}
dependencies {
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile project(path: ':core')
implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
implementation project(path: ':core')
}