chore: Merge integrations

This commit is contained in:
oSumAtrIX
2024-11-06 17:03:36 +01:00
parent eee1692277
commit a361bfb1da
261 changed files with 24801 additions and 0 deletions

View File

@ -0,0 +1,22 @@
extension {
name = "extensions/shared.rve"
}
android {
namespace = "app.revanced.extension"
buildTypes {
release {
isMinifyEnabled = true
}
}
}
dependencies {
compileOnly(libs.appcompat)
compileOnly(libs.annotation)
compileOnly(libs.okhttp)
compileOnly(libs.retrofit)
compileOnly(project(":extensions:shared:stub"))
}