Skip to content

Commit

Permalink
Version 2.0.0 alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
trishika committed Jan 28, 2014
1 parent 26c2a3e commit b42cdb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.droidupnp"
android:versionCode="7"
android:versionName="1.1.1" >
android:versionCode="8"
android:versionName="2.0.0a1" >

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />
android:targetSdkVersion="19" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit b42cdb8

Please sign in to comment.