Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update ORMLIte to V4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmorgan committed Mar 26, 2012
1 parent 5c1f339 commit fdbe9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-android</artifactId>
<version>4.35</version>
<version>4.38</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/morgan/design/TODO.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 //
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fdbe9ae

Please sign in to comment.