summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/libs/gdx-sqlite-android.jarbin0 -> 13230564 bytes
-rw-r--r--build.gradle3
-rw-r--r--core/libs/gdx-sqlite.jarbin0 -> 2644687 bytes
-rw-r--r--desktop/libs/gdx-sqlite-desktop.jarbin0 -> 3285356 bytes
-rw-r--r--desktop/libs/sqlite-jdbc-3.8.11.2.jarbin0 -> 5575351 bytes
5 files changed, 3 insertions, 0 deletions
diff --git a/android/libs/gdx-sqlite-android.jar b/android/libs/gdx-sqlite-android.jar
new file mode 100644
index 0000000..0e52d80
--- /dev/null
+++ b/android/libs/gdx-sqlite-android.jar
Binary files differ
diff --git a/build.gradle b/build.gradle
index a65fe74..81358a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,6 +41,7 @@ project(":desktop") {
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
+ compile fileTree(dir: 'libs', include: '*.jar')
}
}
@@ -59,6 +60,7 @@ project(":android") {
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86"
+ compile fileTree(dir: 'libs', include: '*.jar')
}
}
@@ -102,6 +104,7 @@ project(":core") {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
testCompile "junit:junit:+"
+ compile fileTree(dir: 'libs', include: '*.jar')
}
}
diff --git a/core/libs/gdx-sqlite.jar b/core/libs/gdx-sqlite.jar
new file mode 100644
index 0000000..2f56714
--- /dev/null
+++ b/core/libs/gdx-sqlite.jar
Binary files differ
diff --git a/desktop/libs/gdx-sqlite-desktop.jar b/desktop/libs/gdx-sqlite-desktop.jar
new file mode 100644
index 0000000..692351b
--- /dev/null
+++ b/desktop/libs/gdx-sqlite-desktop.jar
Binary files differ
diff --git a/desktop/libs/sqlite-jdbc-3.8.11.2.jar b/desktop/libs/sqlite-jdbc-3.8.11.2.jar
new file mode 100644
index 0000000..70be427
--- /dev/null
+++ b/desktop/libs/sqlite-jdbc-3.8.11.2.jar
Binary files differ