File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
-->
19
19
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
20
20
package =" com.owncloud.android"
21
- android : versionCode =" 20400000 "
21
+ android : versionCode =" ${versionCode} "
22
22
android : versionName =" ${versionName}" >
23
23
24
24
<uses-sdk
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ android {
89
89
90
90
defaultConfig {
91
91
92
+ manifestPlaceholders. versionCode = " 20400000"
92
93
manifestPlaceholders. versionName = " 2.4.0"
93
94
94
95
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -188,7 +189,8 @@ android {
188
189
189
190
beta {
190
191
191
- manifestPlaceholders. versionName = " 2.5.0-beta.1"
192
+ manifestPlaceholders. versionCode = " 20400001"
193
+ manifestPlaceholders. versionName = " 2.5.0-beta.2"
192
194
193
195
applicationIdSuffix " .beta"
194
196
}
You can’t perform that action at this time.
0 commit comments