File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ repositories {
51
51
}
52
52
53
53
dependencies {
54
- compile " com.facebook.react:react-native:+" // From node_modules
54
+ implementation " com.facebook.react:react-native:+" // From node_modules
55
55
56
- testCompile " junit:junit:4.10"
57
- testCompile " org.assertj:assertj-core:1.7.0"
58
- testCompile " org.robolectric:robolectric:3.3.2"
56
+ testImplementation " junit:junit:4.10"
57
+ testImplementation " org.assertj:assertj-core:1.7.0"
58
+ testImplementation " org.robolectric:robolectric:3.3.2"
59
59
60
- testCompile " org.easytesting:fest-assert-core:${ FEST_ASSERT_CORE_VERSION} "
61
- testCompile " org.powermock:powermock-api-mockito:${ POWERMOCK_VERSION} "
62
- testCompile " org.powermock:powermock-module-junit4-rule:${ POWERMOCK_VERSION} "
63
- testCompile " org.powermock:powermock-classloading-xstream:${ POWERMOCK_VERSION} "
64
- testCompile " org.mockito:mockito-core:${ MOCKITO_CORE_VERSION} "
60
+ testImplementation " org.easytesting:fest-assert-core:${ FEST_ASSERT_CORE_VERSION} "
61
+ testImplementation " org.powermock:powermock-api-mockito:${ POWERMOCK_VERSION} "
62
+ testImplementation " org.powermock:powermock-module-junit4-rule:${ POWERMOCK_VERSION} "
63
+ testImplementation " org.powermock:powermock-classloading-xstream:${ POWERMOCK_VERSION} "
64
+ testImplementation " org.mockito:mockito-core:${ MOCKITO_CORE_VERSION} "
65
65
}
You can’t perform that action at this time.
0 commit comments