mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-31 01:01:37 +01:00
Prepare 1.7.8.4
This commit is contained in:
parent
c65e824a9e
commit
06651fa46b
2 changed files with 37 additions and 37 deletions
|
@ -150,8 +150,8 @@ android {
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
|
|
||||||
// versionNameSuffix " -beta_(2023-10-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
// versionNameSuffix " -beta_(2023-10-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||||
versionCode 154
|
versionCode 155
|
||||||
versionName "1.7.8.3"
|
versionName "1.7.8.4"
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
|
|
@ -11,35 +11,9 @@
|
||||||
"type": "UNIVERSAL",
|
"type": "UNIVERSAL",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 154,
|
"versionCode": 155,
|
||||||
"versionName": "1.7.8.3",
|
"versionName": "1.7.8.4",
|
||||||
"outputFile": "monocles chat-1.7.8.3-git-universal-release.apk"
|
"outputFile": "monocles chat-1.7.8.4-git-universal-release.apk"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "armeabi-v7a"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 15401,
|
|
||||||
"versionName": "1.7.8.3",
|
|
||||||
"outputFile": "monocles chat-1.7.8.3-git-armeabi-v7a-release.apk"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "x86_64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 15403,
|
|
||||||
"versionName": "1.7.8.3",
|
|
||||||
"outputFile": "monocles chat-1.7.8.3-git-x86_64-release.apk"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
|
@ -50,9 +24,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 15404,
|
"versionCode": 15504,
|
||||||
"versionName": "1.7.8.3",
|
"versionName": "1.7.8.4",
|
||||||
"outputFile": "monocles chat-1.7.8.3-git-arm64-v8a-release.apk"
|
"outputFile": "monocles chat-1.7.8.4-git-arm64-v8a-release.apk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
|
@ -63,9 +37,35 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 15402,
|
"versionCode": 15502,
|
||||||
"versionName": "1.7.8.3",
|
"versionName": "1.7.8.4",
|
||||||
"outputFile": "monocles chat-1.7.8.3-git-x86-release.apk"
|
"outputFile": "monocles chat-1.7.8.4-git-x86-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "armeabi-v7a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 15501,
|
||||||
|
"versionName": "1.7.8.4",
|
||||||
|
"outputFile": "monocles chat-1.7.8.4-git-armeabi-v7a-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "x86_64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 15503,
|
||||||
|
"versionName": "1.7.8.4",
|
||||||
|
"outputFile": "monocles chat-1.7.8.4-git-x86_64-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File"
|
"elementType": "File"
|
||||||
|
|
Loading…
Add table
Reference in a new issue