Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
It now supports Android 2.3 and above.
  • Loading branch information
tasomaniac committed Mar 17, 2014
1 parent ad8ead0 commit 84c478a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IstanbulHackerspaceApp/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.istanbulhs.istanbulhackerspaceapp"
android:versionCode="3"
android:versionName="1.11" >
android:versionCode="4"
android:versionName="1.2" >

<uses-sdk
android:minSdkVersion="11"
android:minSdkVersion="9"
android:targetSdkVersion="19" />

<permission
Expand Down

0 comments on commit 84c478a

Please sign in to comment.