mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
add changelog
This commit is contained in:
parent
b98d6ca55b
commit
19dc812719
1
changelog.d/8457.bugfix
Normal file
1
changelog.d/8457.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix: The device list screen from the member profile page was always showing the current user devices (rust crypto).
|
@ -58,11 +58,11 @@ def generateVersionCodeFromVersionName() {
|
||||
}
|
||||
|
||||
def getVersionCode() {
|
||||
// if (gitBranchName() == "develop") {
|
||||
if (gitBranchName() == "develop") {
|
||||
return generateVersionCodeFromTimestamp()
|
||||
// } else {
|
||||
// return generateVersionCodeFromVersionName()
|
||||
// }
|
||||
} else {
|
||||
return generateVersionCodeFromVersionName()
|
||||
}
|
||||
}
|
||||
|
||||
def getNightlyUniversalApkPath() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user