diff options
author | lado <herrlado@gmail.com> | 2012-01-20 13:12:56 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-20 13:12:56 +0100 |
commit | 0507927000e4ff9a3c89c4852f27609163db8471 (patch) | |
tree | acaee90c640e3f17fd6c27c7bc4901352a51e01e | |
parent | 87ae5319f8870032e87b3c5f2ff8a72d5dff48c6 (diff) | |
download | vdr-manager-0507927000e4ff9a3c89c4852f27609163db8471.tar.gz vdr-manager-0507927000e4ff9a3c89c4852f27609163db8471.tar.bz2 |
orm lite and versionsbump
-rw-r--r-- | vdrmanager/.classpath | 4 | ||||
-rw-r--r-- | vdrmanager/AndroidManifest.xml | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/vdrmanager/.classpath b/vdrmanager/.classpath index 6291759..3b9a0cb 100644 --- a/vdrmanager/.classpath +++ b/vdrmanager/.classpath @@ -5,7 +5,7 @@ <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="lib" path="lib/android-support-v4.jar"/> - <classpathentry kind="lib" path="lib/ormlite-android-4.30.jar"/> - <classpathentry kind="lib" path="lib/ormlite-core-4.30.jar"/> + <classpathentry kind="lib" path="lib/ormlite-android-4.30.jar" sourcepath="/home/lado/development/micromata/wingas/repositoryNexus/com/j256/ormlite/ormlite-android/4.30/ormlite-android-4.30-sources.jar"/> + <classpathentry kind="lib" path="lib/ormlite-core-4.30.jar" sourcepath="libsrc/ormlite-core-4.30-sources.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/vdrmanager/AndroidManifest.xml b/vdrmanager/AndroidManifest.xml index af54b44..1b80d25 100644 --- a/vdrmanager/AndroidManifest.xml +++ b/vdrmanager/AndroidManifest.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="de.bjusystems.vdrmanager" android:versionName="0.3.4" - android:versionCode="34"> + package="de.bjusystems.vdrmanager" android:versionName="0.4.0" + android:versionCode="40"> <application android:icon="@drawable/app_logo" - android:label="@string/app_name" android:debuggable="false" + android:label="@string/app_name" android:debuggable="true" android:name=".app.VdrManagerApp"> <activity android:label="@string/app_name" android:name=".gui.VdrManagerActivity" android:configChanges="locale"> <intent-filter> @@ -82,7 +82,7 @@ </activity> <activity android:name=".gui.EpgSearchTimesListActivity" android:configChanges="orientation|locale"/> - <activity android:name=".gui.VdrListActivity" android:configChanges="orientation|locale"/> + <activity android:name=".gui.VdrListActivity" android:configChanges="orientation|locale"/> <activity android:name=".gui.VdrPreferencesActivity" android:configChanges="orientation|locale"/> @@ -93,6 +93,6 @@ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> - <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7" /> + <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" /> </manifest>
\ No newline at end of file |