Code cleanup and remove vague dependencies (#3)

* cleanup

* gemfile dep fix
This commit is contained in:
2026-04-18 23:45:19 +05:30
committed by GitHub
parent b53d853de7
commit 57c4cda970
17 changed files with 5 additions and 1604 deletions

View File

@@ -19,21 +19,3 @@ buildscript {
}
apply plugin: "com.facebook.react.rootproject"
allprojects {
repositories {
// Route com.wix.detox lookups to Detox's bundled local Maven repo so
// they bypass JitPack (which RN's Gradle plugin adds as a fallback and
// which returns an HTML error page instead of a valid POM).
exclusiveContent {
forRepository {
maven {
url "$rootDir/../node_modules/detox/Detox-android"
}
}
filter {
includeModule "com.wix", "detox"
}
}
}
}