mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 15:52:56 +01:00
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
|
extension {
|
||
|
name = "extensions/all/connectivity/wifi/spoof/spoof-wifi.rve"
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
namespace = "app.revanced.extension"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(libs.annotation)
|
||
|
}
|