File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.42 .0.2
1
+ 0.99 .0.0
Original file line number Diff line number Diff line change 1
1
// each of the version numbers must be 0-99
2
2
def versionMajor = 0
3
- def versionMinor = 42
3
+ def versionMinor = 99
4
4
def versionPatch = 0
5
- def versionBuild = 2 // this is non-zero for any dev build
5
+ def versionBuild = 0 // this is non-zero for any dev build
6
6
7
7
buildscript {
8
8
repositories {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.mozilla.mozstumbler"
4
- android : versionCode =" 420002 "
5
- android : versionName =" 0.42 .0.2 " >
4
+ android : versionCode =" 990000 "
5
+ android : versionName =" 0.99 .0.0 " >
6
6
7
7
<uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
8
8
<uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
You can’t perform that action at this time.
0 commit comments