DEADSOFTWARE

Add Google Guava
[cavedroid.git] / build.gradle
index 1a9b5543ad82a0aa0ec9cfac224d682055be5970..7155a60b2d0d313cb626b3319fc8b5916786cc96 100644 (file)
@@ -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