Skip to content

Commit

Permalink
disable builder for fb/msg
Browse files Browse the repository at this point in the history
back to manual patching
  • Loading branch information
thrwKappu committed Dec 20, 2024
1 parent d8895af commit 612f7c5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ module-prop-name = "rvcmm-ytm"
arch = "arm64-v8a"
include-stock = true

[Messenger]
apkmirror-dlurl = "https://apkmirror.com/apk/facebook-2/messenger/"
uptodown-dlurl = "https://facebook-messenger.en.uptodown.com/android"
excluded-patches = "'Disable switching emoji to sticker'" # last working version is v439 which is 10+ months old
version = "latest"
build-mode = "module"
module-prop-name = "rvcmm-fb-msg"
arch = "arm64-v8a"
include-stock = true
#[Messenger]
#apkmirror-dlurl = "https://apkmirror.com/apk/facebook-2/messenger/"
#uptodown-dlurl = "https://facebook-messenger.en.uptodown.com/android"
#excluded-patches = "'Disable switching emoji to sticker'" # last working version is v439 which is 10+ months old
#version = "latest"
#build-mode = "module"
#module-prop-name = "rvcmm-fb-msg"
#arch = "arm64-v8a"
#include-stock = true

[Facebook]
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/facebook/"
uptodown-dlurl = "https://facebook.en.uptodown.com/android"
build-mode = "module"
module-prop-name = "rvcmm-fb-main"
arch = "arm64-v8a"
include-stock = true
version = "490.0.0.63.82" # last known version that 'Hide sponsored stories' passed
#[Facebook]
#apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/facebook/"
#uptodown-dlurl = "https://facebook.en.uptodown.com/android"
#build-mode = "module"
#module-prop-name = "rvcmm-fb-main"
#arch = "arm64-v8a"
#include-stock = true
#version = "490.0.0.63.82" # last known version that 'Hide sponsored stories' passed

0 comments on commit 612f7c5

Please sign in to comment.