mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
prepare 1.7.9.5.3
This commit is contained in:
parent
c23dbd725e
commit
089e993bf4
2 changed files with 18 additions and 18 deletions
|
@ -153,8 +153,8 @@ android {
|
|||
targetSdkVersion 34
|
||||
|
||||
// versionNameSuffix " -beta_(2023-10-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 170
|
||||
versionName "1.7.9.5.2"
|
||||
versionCode 171
|
||||
versionName "1.7.9.5.3"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
|
@ -15,6 +15,19 @@
|
|||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 17001,
|
||||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -28,19 +41,6 @@
|
|||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 17004,
|
||||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -59,13 +59,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 17001,
|
||||
"versionCode": 17004,
|
||||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-armeabi-v7a-release.apk"
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-arm64-v8a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Reference in a new issue