mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 20:07:48 -06:00
Merge branch 'development' into fix/issue-324
This commit is contained in:
@@ -103,9 +103,7 @@ android.applicationVariants.all { variant ->
|
|||||||
def abiName = output.getFilter(OutputFile.ABI)
|
def abiName = output.getFilter(OutputFile.ABI)
|
||||||
def abiVersionCode = project.ext.abiCodes.get(abiName)
|
def abiVersionCode = project.ext.abiCodes.get(abiName)
|
||||||
if (abiVersionCode != null) {
|
if (abiVersionCode != null) {
|
||||||
output.versionCodeOverride = abiVersionCode * 1000 + variant.versionCode
|
output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
|
||||||
println(abiName + ": " + output.versionCodeOverride)
|
|
||||||
// output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ class ChangelogDialog extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const _versionNumbers = {
|
const _versionNumbers = {
|
||||||
"59": "3.1.5",
|
"4003": "3.1.5",
|
||||||
"58": "3.1.4",
|
"58": "3.1.4",
|
||||||
"57": "3.1.3",
|
"57": "3.1.3",
|
||||||
"56": "3.1.2",
|
"56": "3.1.2",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 3.1.5+59
|
version: 3.1.5+400
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.1.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user