Skip to content

Commit

Permalink
released 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadroid committed Sep 9, 2014
1 parent d05659a commit a0ec622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OneSheeld/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.integreight.onesheeld"
android:versionCode="140804"
android:versionName="1.0.5" >
android:versionCode="140909"
android:versionName="1.1.0" >

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

Expand Down Expand Up @@ -65,7 +65,7 @@
android:name="com.integreight.onesheeld.OneSheeldApplication"
android:allowBackup="true"
android:allowClearUserData="true"
android:debuggable="true"
android:debuggable="false"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit a0ec622

Please sign in to comment.