Skip to content

Commit

Permalink
Updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Nov 28, 2012
1 parent 8752b05 commit ec799f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fi.mikuz.boarder"
android:versionCode="8" android:versionName="0.20">
android:versionCode="9" android:versionName="0.21">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
Expand Down
2 changes: 1 addition & 1 deletion src/fi/mikuz/boarder/gui/SoundboardMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
public class SoundboardMenu extends BoarderListActivity {
public static final String TAG = SoundboardMenu.class.getSimpleName();

public static final boolean mDevelopmentMode = true; //FIXME for release
public static final boolean mDevelopmentMode = false; //FIXME for release

public static final String EXTRA_LAUNCH_BAORD_KEY = "SoundboardMenu.boardToLaunch";
public static final String EXTRA_HIDE_SOUNDBOARDMENU = "SoundboardMenu.hideSoundboardmenu";
Expand Down

0 comments on commit ec799f2

Please sign in to comment.