X-Git-Url: http://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=build.gradle;h=7155a60b2d0d313cb626b3319fc8b5916786cc96;hp=1a9b5543ad82a0aa0ec9cfac224d682055be5970;hb=fe4608f2ebca50f37bd9534891187d87018e7bf5;hpb=ba457424d8669a21df8352bdb77fc327332bc096 diff --git a/build.gradle b/build.gradle index 1a9b554..7155a60 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,7 @@ allprojects { box2DLightsVersion = '1.4' ashleyVersion = '1.7.0' aiVersion = '1.8.0' + guavaVersion = '28.1' } repositories { @@ -46,7 +47,6 @@ project(":desktop") { implementation project(":core") api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion" api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" - } } @@ -63,7 +63,6 @@ project(":android") { natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64" - } } @@ -73,6 +72,6 @@ project(":core") { dependencies { api "com.badlogicgames.gdx:gdx:$gdxVersion" - + api "com.google.guava:guava:$guavaVersion-android" } } \ No newline at end of file