Skip to content

Commit

Permalink
2.2.110214 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosbond committed Feb 11, 2014
1 parent f96320e commit 3e10b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AppSpecificOrientation/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.spydiko.rotationmanager"
android:versionCode="17"
android:versionName="2.1.210114">
android:versionCode="18"
android:versionName="2.2.110214">

<uses-sdk
android:minSdkVersion="7"
Expand All @@ -26,8 +26,8 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:name=".AppSpecificOrientation"
android:debuggable="true">
<activity
android:debuggable="false">
<activity
android:name=".HelperActivity"
android:noHistory="true"
android:label="@string/app_name"
Expand Down

0 comments on commit 3e10b7d

Please sign in to comment.