forked from mirror/monocles_chat
prepare 1.7.7.2
This commit is contained in:
parent
d6d19caf91
commit
afc61c1b36
2 changed files with 9 additions and 9 deletions
|
@ -152,8 +152,8 @@ android {
|
|||
targetSdkVersion 34
|
||||
|
||||
// versionNameSuffix " -beta_(2023-10-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 146
|
||||
versionName "1.7.7.1"
|
||||
versionCode 147
|
||||
versionName "1.7.7.2"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 17395,
|
||||
"versionCode": 17397,
|
||||
"versionName": "1.7.7.1",
|
||||
"outputFile": "monocles chat-1.7.7.1-git-universal-release.apk"
|
||||
},
|
||||
|
@ -33,13 +33,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 14603,
|
||||
"versionCode": 14604,
|
||||
"versionName": "1.7.7.1",
|
||||
"outputFile": "monocles chat-1.7.7.1-git-x86_64-release.apk"
|
||||
"outputFile": "monocles chat-1.7.7.1-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -59,13 +59,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 14604,
|
||||
"versionCode": 14603,
|
||||
"versionName": "1.7.7.1",
|
||||
"outputFile": "monocles chat-1.7.7.1-git-arm64-v8a-release.apk"
|
||||
"outputFile": "monocles chat-1.7.7.1-git-x86_64-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Reference in a new issue