diff --git a/app/app.iml b/app/app.iml
index 8e87782d..2699ceab 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -89,7 +89,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index d296d78d..6bca141a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,6 +19,6 @@ android {
// jars and native libraries retrieved from https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/
dependencies {
- implementation files('libs/gdx-box2d-1.9.9.jar')
- implementation files('libs/gdx-1.9.9.jar')
+ implementation files('libs/gdx-box2d-1.9.10.jar')
+ implementation files('libs/gdx-1.9.10.jar')
}
diff --git a/app/libs/gdx-1.9.9.jar b/app/libs/gdx-1.9.10.jar
similarity index 59%
rename from app/libs/gdx-1.9.9.jar
rename to app/libs/gdx-1.9.10.jar
index 72169507..49772bda 100644
Binary files a/app/libs/gdx-1.9.9.jar and b/app/libs/gdx-1.9.10.jar differ
diff --git a/app/libs/gdx-box2d-1.9.9.jar b/app/libs/gdx-box2d-1.9.10.jar
similarity index 84%
rename from app/libs/gdx-box2d-1.9.9.jar
rename to app/libs/gdx-box2d-1.9.10.jar
index 896a21a5..7e928e08 100644
Binary files a/app/libs/gdx-box2d-1.9.9.jar and b/app/libs/gdx-box2d-1.9.10.jar differ