The Wayback Machine - https://web.archive.org/web/20230416235039/https://github.com/revanced/revanced-integrations
Skip to content

revanced/revanced-integrations

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

# [0.102.0](v0.101.1...v0.102.0) (2023-04-13)

### Features

* **youtube/spoof-signature-verification:** enable by default ([#357](#357)) ([214f2c8](214f2c8))
5981e99

Git stats

Files

Permalink
Failed to load latest commit information.

ReVanced Integrations

How to use debugging:

  • Usage on Windows: adb logcat | findstr "revanced" > log.txt
  • Usage on Linux: adb logcat | grep --line-buffered "revanced" > log.txt

This will write the log to a file called log.txt which you can view then.