version bump, removed debugging flag from manifest

pull/14/head
Tim Su 15 years ago
parent 44214b889a
commit e4e73e9909

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid" package="com.timsu.astrid"
android:versionName="3.5.0-beta" android:versionName="3.5.0"
android:versionCode="163"> android:versionCode="164">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card --> <!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> --> <!-- android:installLocation="internalOnly"> -->
@ -56,8 +56,7 @@
android:minSdkVersion="3" /> android:minSdkVersion="3" />
<supports-screens /> <supports-screens />
<application android:icon="@drawable/icon" android:debuggable="true" <application android:icon="@drawable/icon" android:label="@string/app_name">
android:label="@string/app_name">
<!-- ====================================================== Activities = --> <!-- ====================================================== Activities = -->

Loading…
Cancel
Save