Skip to content

Commit

Permalink
Remove maxSdkVersion attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
arantius committed Aug 15, 2011
1 parent 8084b16 commit 17fa913
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.arantius.tivocommander" android:versionCode="1"
android:versionName="1"
package="com.arantius.tivocommander" android:versionCode="2"
android:versionName="2"
>
<uses-sdk android:targetSdkVersion="9" android:minSdkVersion="7"
android:maxSdkVersion="10"
></uses-sdk>
<uses-sdk android:targetSdkVersion="9" android:minSdkVersion="7"></uses-sdk>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"></uses-permission>
<application android:icon="@drawable/icon" android:label="@string/app_name">
Expand Down

0 comments on commit 17fa913

Please sign in to comment.