aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 11ac0e2..11dc7f0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,10 +16,15 @@ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dsi.ant.server"
- android:versionName="1.3.2"
- android:versionCode="010302"
+ android:versionName="2.1.0"
+ android:versionCode="020100"
android:sharedUserId="android.uid.system">
-
+
+ <uses-sdk
+ android:minSdkVersion="7"
+ android:targetSdkVersion="10"
+ />
+
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:process="system"
@@ -66,7 +71,5 @@ limitations under the License.
android:description="@string/permdesc_antradio"
android:label="@string/permlab_antradio"/>
- <uses-sdk android:minSdkVersion="7" />
-
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
</manifest>