feat(Instagram): Add Open links externally patch (#6012)

This commit is contained in:
Swakshan 2025-10-01 11:47:19 +05:30 committed by GitHub
parent d238a42708
commit 08e8ead04f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 153 additions and 24 deletions

View file

@ -1 +1,3 @@
// Do not remove. Necessary for the extension plugin to be applied to the project.
dependencies {
compileOnly(project(":extensions:shared:library"))
}