From fdbe9ae6baa51e5645cb4ccedb7b97da5039584c Mon Sep 17 00:00:00 2001 From: James Morgan Date: Mon, 26 Mar 2012 20:05:06 +0100 Subject: [PATCH] Update ORMLIte to V4.38 --- pom.xml | 2 +- src/main/java/com/morgan/design/TODO.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index abd1896..06743c6 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.j256.ormlite ormlite-android - 4.35 + 4.38 diff --git a/src/main/java/com/morgan/design/TODO.java b/src/main/java/com/morgan/design/TODO.java index 5168a17..97c14cf 100644 --- a/src/main/java/com/morgan/design/TODO.java +++ b/src/main/java/com/morgan/design/TODO.java @@ -103,6 +103,7 @@ private TODO() { // FIXME -> Complete localisation // FIXME -> After used 'find your GPS - not roaming' display confirmation to always prompt to always use GPS - would turn to roaming mode, could highlight // FIXME -> Use application bar not button at top of page - https://groups.google.com/forum/?fromgroups#!topic/actionbarsherlock/VeEsPvKKOdo + // FIXME -> Create new Intel images - http://developer.android.com/guide/developing/devices/emulator.html#accel-vm // ////////////////////// // Version: 1.12 // @@ -138,10 +139,9 @@ private TODO() { * Running tests - http://wiebe-elsinga.com/blog/?p=365 */ - // FIXME -> Create new Intel images - http://developer.android.com/guide/developing/devices/emulator.html#accel-vm - // FIXME -> Update ORMLite to 4.38 - + // FIXME -> DONE - (26/03/2012) - Update ORMLite to 4.38 // FIXME -> DONE - (26/03/2012) - Added license to GNU GPLv3 + // FIXME -> DONE - (25/03/2012) - House Work - Update Maven to latest version 3.0.4 // FIXME -> DONE - (25/03/2012) - House Work - Update Java to latest version 1.6_u31