Created
February 16, 2018 01:37
-
-
Save rafaeltoledo/06dbad1df5c2fdb4e99a5275092adfb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
implementation 'com.android.support:appcompat-v7:27.0.2' | |
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2-alpha1' | |
androidTestUtil 'com.android.support.test:orchestrator:1.0.2-alpha1' | |
testImplementation 'junit:junit:4.12' | |
testImplementation 'org.robolectric:robolectric:3.7.1' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment