Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rscottm committed Mar 13, 2012
1 parent a48efc1 commit f1c54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<manifest xmlns:android='http://schemas.android.com/apk/res/android' android:versionName='@string/version_name' package='org.ruboto.irb'
android:versionCode='11' android:installLocation='preferExternal'>
android:versionCode='12' android:installLocation='preferExternal'>
<application android:hardwareAccelerated='true' android:label='@string/app_name' android:icon='@drawable/icon' android:largeHeap='true'>
<activity android:name='IRB' android:label='@string/app_name' android:windowSoftInputMode='adjustResize'
android:configChanges='orientation|screenSize' android:alwaysRetainTaskState="true">
Expand Down

0 comments on commit f1c54f4

Please sign in to comment.