Skip to content

Commit

Permalink
Ready for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomburger committed Jun 22, 2011
1 parent 2be72e5 commit 2e72fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cz.burger.android.phonegap.mobileprsi"
android:versionName="1.2" android:versionCode="8">
android:versionName="1.2.1" android:versionCode="9">
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
Expand Down
3 changes: 2 additions & 1 deletion support/test/testframe.html
@@ -1,6 +1,7 @@
<html><head><title>Test frame - mobile-prsi</title></head>
<body><center>

<iframe scrolling="no" width="600" height="600" src="../../assets/www/index.html?blue&CZ"/>
<iframe scrolling="no" width="600" height="600" src="../../assets/www/index.html?blue&EN"></iframe>
<!-- iframe scrolling="no" width="600" height="600" src="../../assets/www/about.html?blue&EN"></iframe -->

</center></body></html>

0 comments on commit 2e72fb6

Please sign in to comment.