Remove library versions from sub modules

This commit is contained in:
fgnm
2020-07-12 12:02:39 +02:00
parent b46774a64d
commit b3b88db972
7 changed files with 6 additions and 52 deletions
+1 -8
View File
@@ -5,13 +5,6 @@ plugins {
group 'games.rednblack'
version '0.0.1'
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
@@ -20,7 +13,7 @@ repositories {
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation 'net.mountainblade:modular:1.0'