mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-27 07:24:13 +01:00
prepare 1.7.9.4.2
This commit is contained in:
parent
3dd50b33c3
commit
12d07628b6
2 changed files with 8 additions and 8 deletions
|
@ -154,8 +154,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 166
|
versionCode 167
|
||||||
versionName "1.7.9.4.1"
|
versionName "1.7.9.4.2"
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
|
|
@ -33,13 +33,13 @@
|
||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"filterType": "ABI",
|
"filterType": "ABI",
|
||||||
"value": "x86_64"
|
"value": "x86"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 16603,
|
"versionCode": 16602,
|
||||||
"versionName": "1.7.9.4.1",
|
"versionName": "1.7.9.4.1",
|
||||||
"outputFile": "monocles chat-1.7.9.4.1-git-x86_64-release.apk"
|
"outputFile": "monocles chat-1.7.9.4.1-git-x86-release.apk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
|
@ -59,13 +59,13 @@
|
||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"filterType": "ABI",
|
"filterType": "ABI",
|
||||||
"value": "x86"
|
"value": "x86_64"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 16602,
|
"versionCode": 16603,
|
||||||
"versionName": "1.7.9.4.1",
|
"versionName": "1.7.9.4.1",
|
||||||
"outputFile": "monocles chat-1.7.9.4.1-git-x86-release.apk"
|
"outputFile": "monocles chat-1.7.9.4.1-git-x86_64-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File"
|
"elementType": "File"
|
||||||
|
|
Loading…
Add table
Reference in a new issue