You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
11 lines
287 B
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
12 years ago
|
package="org.transdroid.core"
|
||
12 years ago
|
android:versionCode="1"
|
||
12 years ago
|
android:versionName="2.0-alpha1" >
|
||
12 years ago
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="7"
|
||
|
android:targetSdkVersion="17" />
|
||
|
|
||
|
</manifest>
|