diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 0fa92ba743b8..db2e2da67fe6 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -315,7 +315,7 @@ dependencies { testImplementation "org.robolectric:robolectric:${ROBOLECTRIC_VERSION}" androidTestImplementation fileTree(dir: 'src/main/third-party/java/buck-android-support/', include: ['*.jar']) - androidTestImplementation 'com.android.support.test:runner:0.3' + androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}" } diff --git a/local-cli/templates/HelloWorld/android/gradle/wrapper/gradle-wrapper.properties b/local-cli/templates/HelloWorld/android/gradle/wrapper/gradle-wrapper.properties index b6517bb1d165..ef9b31b2e71f 100644 --- a/local-cli/templates/HelloWorld/android/gradle/wrapper/gradle-wrapper.properties +++ b/local-cli/templates/HelloWorld/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip diff --git a/package.json b/package.json index 594327030e49..13e04a2cb608 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "async": "^2.4.0", "babel-eslint": "9.0.0", "babel-generator": "^6.26.0", - "detox": "^8.2.3", + "detox": "^9.0.4", "eslint": "5.1.0", "eslint-config-fb-strict": "22.1.0", "eslint-config-fbjs": "2.0.1",