Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
garvankeeley committed Oct 21, 2014
1 parent b8fcc45 commit fe08818
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.4.0
0.41.0.0
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// each of the version numbers must be 0-99
def versionMajor = 0
def versionMinor = 40
def versionPatch = 4
def versionBuild = 1 // this is non-zero for any dev build
def versionMinor = 41
def versionPatch = 0
def versionBuild = 0 // this is non-zero for any dev build

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions android/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="org.mozilla.mozstumbler"
android:versionCode="400400"
android:versionName="0.40.4.0" >
android:versionCode="410000"
android:versionName="0.41.0.0" >

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down

0 comments on commit fe08818

Please sign in to comment.