X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=7155a60b2d0d313cb626b3319fc8b5916786cc96;hb=4f652847070576ce21f1f8155d900c9dd4cad9dc;hp=1a9b5543ad82a0aa0ec9cfac224d682055be5970;hpb=11736fceb90d618b4a473f8308a209f25ac7ab45;p=cavedroid.git 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