Skip to content

Commit

Permalink
Release v1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Jun 16, 2014
1 parent 9085fd8 commit 849296f
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="15" android:versionName="0.33">
android:versionCode="16" android:versionName="1.00">

<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/app/Boarder.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class Boarder extends Application {

public static final String TAG = Boarder.class.getSimpleName();
public static final boolean mDevelopmentMode = true; //FIXME for release
public static final boolean mDevelopmentMode = false; //FIXME for release

@Override
public final void onCreate() {
Expand Down

0 comments on commit 849296f

Please sign in to comment.