chore: fix android build

This commit is contained in:
Mo
2022-10-31 08:50:49 -05:00
parent 09e477213d
commit 298ea73137
4 changed files with 5 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ buildscript {
google()
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:7.1.2')
@@ -45,7 +44,6 @@ allprojects {
}
}
google()
jcenter()
maven {
// All of Detox' artifacts are provided via the npm module
url "$rootDir/../node_modules/detox/Detox-android"