refs #128
updated manifest with proper version code, set save location to auto, and verified other information for release
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
|
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
|
||||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||||
|
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
@@ -31,6 +31,11 @@
|
|||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
<linkedResources>
|
<linkedResources>
|
||||||
|
<link>
|
||||||
|
<name>ExceptionHandlerLib_src</name>
|
||||||
|
<type>2</type>
|
||||||
|
<locationURI>_android_ExceptionHandlerLib_7d68b46a/src</locationURI>
|
||||||
|
</link>
|
||||||
<link>
|
<link>
|
||||||
<name>SweetDreamsLib_src</name>
|
<name>SweetDreamsLib_src</name>
|
||||||
<type>2</type>
|
<type>2</type>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.TwentyCodes.android.SweetDreamsLite"
|
package="com.TwentyCodes.android.SweetDreamsLite"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:installLocation="auto" android:versionName="1.0.0">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
|
|
||||||
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">
|
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">
|
||||||
|
|||||||
Reference in New Issue
Block a user