File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def getAppVersion() {
91
91
92
92
def (appVersion, provisional) = getAppVersion(). tokenize(' -rc' )
93
93
def (major, minor, patch) = appVersion. tokenize(' .' )
94
- def appVersionCode = ((major. toInteger() * 10000000 ) + (minor. toInteger() * 100000 ) + (patch. toInteger() * 100 ) + (provisional != null ? provisional. toInteger() : 99 ))
94
+ def appVersionCode = ((major. toInteger() * 10000000 ) + (minor. toInteger() * 100000 ) + (patch. toInteger() * 100 ) + (provisional != null ? provisional. toInteger() : 0 ))
95
95
96
96
android {
97
97
compileSdkVersion 23
Original file line number Diff line number Diff line change 5
5
},
6
6
"name" : " mSupplyMobile" ,
7
7
"//" : " version must be in the format ${majorNumber}.${minorNumber}.${patchNumber}-rc${releaseCandidateNumber}" ,
8
- "version" : " 2.0.0" ,
8
+ "version" : " 2.0.0-rc11 " ,
9
9
"private" : false ,
10
10
"license" : " MIT" ,
11
11
"description" : " Mobile app for use with the mSupply medical inventory control software" ,
You can’t perform that action at this time.
0 commit comments