aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-19 14:00:42 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-19 14:00:42 +0100
commitfa849021bf137fc4b245a8c0e7a2a8fc46d574df (patch)
tree1d4e58436f7d88c82b588c86fe99fce74ea09de3 /app/build.gradle
parent41bb476749fa84164726b728676b144531009446 (diff)
Cleaning.release/1.0
Removing some useless files. Adding comments. Updating the home page.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 79284ac..4a23638 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -51,4 +51,12 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
+ // Required for local unit tests (JUnit 4 framework)
+ testImplementation 'junit:junit:4.13.2'
+
+ // Required for instrumented tests
+ androidTestImplementation 'com.android.support:support-annotations:28.0.0'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+
+
} \ No newline at end of file