Deactivate internal updater for app store releases
(cherry picked from commit 1570448f6e
)
This commit is contained in:
parent
9849216b2b
commit
ff43bd117b
2 changed files with 15 additions and 14 deletions
|
@ -41,19 +41,6 @@
|
|||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15603,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -66,6 +53,19 @@
|
|||
"versionCode": 15604,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15603,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-x86_64-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
android:id="@+id/action_check_updates"
|
||||
android:orderInCategory="850"
|
||||
android:title="@string/action_check_update"
|
||||
app:showAsAction="never" />
|
||||
app:showAsAction="never"
|
||||
android:visible="@bool/show_combined_search_options" />
|
||||
<item
|
||||
android:id="@+id/action_invite_user"
|
||||
android:orderInCategory="100"
|
||||
|
|
Loading…
Reference in a new issue