Skip to content

Commit

Permalink
Add com.twitter.android
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed May 4, 2023
1 parent fca96fb commit 801930f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions auto-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ def download_revanced_tools():
'-m', 'revanced-tools/revanced-integrations.apk'
]

if package.exclude_options:
command.append('-e')
command.append(package.exclude_options)

print('\t- Building', package.name_file, 'to \'build\' folder...')

subprocess.run(command)
Expand Down
8 changes: 7 additions & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ com.zhiliaoapp.musically:

com.facebook.orca:
- version: 406.0.0.13.115
- uptodown: https://facebook-messenger.en.uptodown.com/android/download
- uptodown: https://facebook-messenger.en.uptodown.com/android/download

com.twitter.android:
- version: 9.86.0-release.0
- uptodown: https://twitter.en.uptodown.com/android/download
- exclude_options:
- hide-views-stats

0 comments on commit 801930f

Please sign in to comment.