diff --git a/h2d-libgdx-spine-extension/build.gradle b/h2d-libgdx-spine-extension/build.gradle index 4a791721..7ef6ccdc 100644 --- a/h2d-libgdx-spine-extension/build.gradle +++ b/h2d-libgdx-spine-extension/build.gradle @@ -5,13 +5,6 @@ plugins { group 'games.rednblack' version '0.0.1' -ext { - gdxVersion = '1.9.10' - box2dlightsVersion = '1.5' - ashleyVersion = '1.7.3' - spineVersion = '3.8.55.1' -} - repositories { mavenCentral() } diff --git a/hyperlap2d-common-api/build.gradle b/hyperlap2d-common-api/build.gradle index 64544608..f82e93e1 100644 --- a/hyperlap2d-common-api/build.gradle +++ b/hyperlap2d-common-api/build.gradle @@ -10,18 +10,11 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } -ext { - gdxVersion = '1.9.10' - box2DLightsVersion = '1.5' - ashleyVersion = '1.7.3' - visUIVersion = '1.4.5-SNAPSHOT' -} - dependencies { implementation "com.badlogicgames.gdx:gdx:$gdxVersion" implementation "com.badlogicgames.ashley:ashley:$ashleyVersion" - implementation "com.kotcrab.vis:vis-ui:$visUIVersion" - implementation "com.badlogicgames.box2dlights:box2dlights:$box2DLightsVersion" + implementation "com.kotcrab.vis:vis-ui:$visuiVersion" + implementation "com.badlogicgames.box2dlights:box2dlights:$box2dlightsVersion" implementation 'net.mountainblade:modular:1.0' diff --git a/hyperlap2d-runtime-libgdx/build.gradle b/hyperlap2d-runtime-libgdx/build.gradle index 16f58004..b57f4ef6 100644 --- a/hyperlap2d-runtime-libgdx/build.gradle +++ b/hyperlap2d-runtime-libgdx/build.gradle @@ -5,12 +5,6 @@ plugins { group 'games.rednblack' version '0.0.1' -ext { - gdxVersion = '1.9.10' - box2dlightsVersion = '1.5' - ashleyVersion = '1.7.3' -} - repositories { mavenCentral() } diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index 6c9a5a76..c52006c4 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -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' diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index 76b667df..c52006c4 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -10,17 +10,10 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } -ext { - gdxVersion = '1.9.10' - box2DLightsVersion = '1.5' - ashleyVersion = '1.7.3' - visUIVersion = '1.4.5-SNAPSHOT' -} - 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' diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index 442ac9a2..a61d77ea 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -10,17 +10,10 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } -ext { - gdxVersion = '1.9.10' - box2DLightsVersion = '1.5' - ashleyVersion = '1.7.3' - visUIVersion = '1.4.5-SNAPSHOT' -} - 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' diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index 8bafc2fc..d5b2ace9 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -6,11 +6,6 @@ group 'games.rednblack' version '0.0.1' ext { - gdxVersion = '1.9.10' - box2DLightsVersion = '1.5' - ashleyVersion = '1.7.3' - visUIVersion = '1.4.5-SNAPSHOT' - pack = ["assets/textures", "assets/pack/", "tiled"] } @@ -22,7 +17,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'