From 7556319955607091ae8685e2fa8e8e6135ee4bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 18 Jan 2016 13:57:26 +0100 Subject: setup SQLite --- android/libs/gdx-sqlite-android.jar | Bin 0 -> 13230564 bytes build.gradle | 3 +++ core/libs/gdx-sqlite.jar | Bin 0 -> 2644687 bytes desktop/libs/gdx-sqlite-desktop.jar | Bin 0 -> 3285356 bytes desktop/libs/sqlite-jdbc-3.8.11.2.jar | Bin 0 -> 5575351 bytes 5 files changed, 3 insertions(+) create mode 100644 android/libs/gdx-sqlite-android.jar create mode 100644 core/libs/gdx-sqlite.jar create mode 100644 desktop/libs/gdx-sqlite-desktop.jar create mode 100644 desktop/libs/sqlite-jdbc-3.8.11.2.jar diff --git a/android/libs/gdx-sqlite-android.jar b/android/libs/gdx-sqlite-android.jar new file mode 100644 index 0000000..0e52d80 Binary files /dev/null and b/android/libs/gdx-sqlite-android.jar 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 Binary files /dev/null and b/core/libs/gdx-sqlite.jar differ diff --git a/desktop/libs/gdx-sqlite-desktop.jar b/desktop/libs/gdx-sqlite-desktop.jar new file mode 100644 index 0000000..692351b Binary files /dev/null and b/desktop/libs/gdx-sqlite-desktop.jar 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 Binary files /dev/null and b/desktop/libs/sqlite-jdbc-3.8.11.2.jar differ -- cgit v1.1-2-g2b99