Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit 6f027c9

Browse files
committed
android studio update
1 parent 341ff72 commit 6f027c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

card.io/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
}
3636

3737
dependencies {
38-
testCompile "junit:junit:4.12"
39-
testCompile "org.robolectric:robolectric:3.1.2"
38+
testImplementation "junit:junit:4.12"
39+
testImplementation "org.robolectric:robolectric:3.1.2"
4040
}
4141

4242
task ndkClean(type: Delete) {

0 commit comments

Comments
 (0)