ReVanced / revanced-releases-api

🚀 JSON API for ReVanced Releases
https://releases.revanced.app
GNU Affero General Public License v3.0
78 stars 18 forks source link

feat: remove repository `TeamVanced/VancedMicroG` from configuration #68

Closed oSumAtrIX closed 1 year ago

oSumAtrIX commented 1 year ago

Describe the bug

The API offers TeamVanced/VancedMicroG. RE: https://github.com/revanced/revanced-manager/pull/642#issuecomment-1382834783.

Expected behavior

The API should be agnostic to patches, but "Vanced Microg" is a dependency of a patch and the API offers it.

Solution

Remove the repository TeamVanced/VancedMicroG from config.toml:

[app]
- repositories = ["TeamVanced/VancedMicroG", "revanced/revanced-patcher", "revanced/revanced-patches", "revanced/revanced-integrations", "revanced/revanced-manager", "revanced/revanced-cli", "revanced/revanced-website", "revanced/revanced-releases-api"]
+ repositories = ["revanced/revanced-patcher", "revanced/revanced-patches", "revanced/revanced-integrations", "revanced/revanced-manager", "revanced/revanced-cli", "revanced/revanced-website", "revanced/revanced-releases-api"]
alexandreteles commented 1 year ago

Will be changed in the next feature pack.