mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
parent
7c5c3b6f46
commit
765698e81a
2 changed files with 15 additions and 15 deletions
|
@ -152,8 +152,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,19 +15,6 @@
|
|||
"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": "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": [
|
||||
|
@ -66,6 +53,19 @@
|
|||
"versionCode": 17002,
|
||||
"versionName": "1.7.9.5.2",
|
||||
"outputFile": "monocles chat-1.7.9.5.2-git-x86-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"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Reference in a new issue