# imports

This commit is contained in:
Lukas Niemeier
2013-11-29 19:36:46 +01:00
parent 2065a7b944
commit 244f5f976f
2 changed files with 0 additions and 2 deletions
@@ -23,7 +23,6 @@ public class RaceApplication extends Application {
private final static String TAG = RaceApplication.class.getName();
/**
* Whenever you change a preference's type (e.g. from Integer to String) you need to bump
* this version code to the appropriate app version (see AndroidManifest.xml).
@@ -3,7 +3,6 @@ package com.sap.sailing.racecommittee.app.ui.activities;
import java.util.Date;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Bundle;
import android.text.format.DateFormat;
import android.view.View;