forked from mirror/monocles_chat
prepare 1.7.9.6
This commit is contained in:
parent
d5d5bf50e9
commit
20a9c85183
2 changed files with 37 additions and 37 deletions
|
@ -153,8 +153,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 171
|
versionCode 172
|
||||||
versionName "1.7.9.5.3"
|
versionName "1.7.9.6"
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
|
|
@ -11,35 +11,9 @@
|
||||||
"type": "UNIVERSAL",
|
"type": "UNIVERSAL",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 171,
|
"versionCode": 172,
|
||||||
"versionName": "1.7.9.5.3",
|
"versionName": "1.7.9.6",
|
||||||
"outputFile": "monocles chat-1.7.9.5.3-git-universal-release.apk"
|
"outputFile": "monocles chat-1.7.9.6-git-universal-release.apk"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "x86"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 17102,
|
|
||||||
"versionName": "1.7.9.5.3",
|
|
||||||
"outputFile": "monocles chat-1.7.9.5.3-git-x86-release.apk"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "arm64-v8a"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 17104,
|
|
||||||
"versionName": "1.7.9.5.3",
|
|
||||||
"outputFile": "monocles chat-1.7.9.5.3-git-arm64-v8a-release.apk"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
|
@ -50,9 +24,22 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 17101,
|
"versionCode": 17201,
|
||||||
"versionName": "1.7.9.5.3",
|
"versionName": "1.7.9.6",
|
||||||
"outputFile": "monocles chat-1.7.9.5.3-git-armeabi-v7a-release.apk"
|
"outputFile": "monocles chat-1.7.9.6-git-armeabi-v7a-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "x86"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 17202,
|
||||||
|
"versionName": "1.7.9.6",
|
||||||
|
"outputFile": "monocles chat-1.7.9.6-git-x86-release.apk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
|
@ -63,9 +50,22 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 17103,
|
"versionCode": 17203,
|
||||||
"versionName": "1.7.9.5.3",
|
"versionName": "1.7.9.6",
|
||||||
"outputFile": "monocles chat-1.7.9.5.3-git-x86_64-release.apk"
|
"outputFile": "monocles chat-1.7.9.6-git-x86_64-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "arm64-v8a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 17204,
|
||||||
|
"versionName": "1.7.9.6",
|
||||||
|
"outputFile": "monocles chat-1.7.9.6-git-arm64-v8a-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File"
|
"elementType": "File"
|
||||||
|
|
Loading…
Add table
Reference in a new issue