Skip to content

Commit

Permalink
0.99 version, last build using cpeterson keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 27, 2014
1 parent 855f708 commit 8b877fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.42.0.2
0.99.0.0
4 changes: 2 additions & 2 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 = 42
def versionMinor = 99
def versionPatch = 0
def versionBuild = 2 // this is non-zero for any dev build
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="420002"
android:versionName="0.42.0.2" >
android:versionCode="990000"
android:versionName="0.99.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 8b877fc

Please sign in to comment.