Updating Android from v1.3 to v1.3.1, fixing duplicate All Site Stories bug.

This commit is contained in:
Samuel Clay 2013-05-01 14:32:54 -07:00
parent 06cf8de130
commit 7a5dfc9a47
3 changed files with 2 additions and 3 deletions

View file

@ -4,6 +4,5 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK/library"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.newsblur"
android:versionCode="33"
android:versionName="1.3" >
android:versionCode="34"
android:versionName="1.3.1" >
<uses-sdk
android:minSdkVersion="8"