mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +07:00
City-state alliance Bugfix
This commit is contained in:
@ -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')
|
||||
}
|
Reference in New Issue
Block a user