Last active
October 4, 2020 05:36
-
-
Save adam-hurwitz/70a63e9ce44e80dc4daed96b00532caa to your computer and use it in GitHub Desktop.
Android Model-View-Intent with Unit Tests - Libraries in build.gradle (App)
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
buildscript { | |
dependencies { | |
... | |
classpath "de.mannodermaus.gradle.plugins:android-junit5:X.X.X" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment