summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
17/+0 2021-06-26Delete .idea directoryClyhtsuriva4-28/+0 2021-06-26UpdateClyhtsuriva50-84/+84 2021-06-26Changed the architecture to respect maven and generated an empty javadocClyhtsuriva129-23/+7829 2021-06-26Add reset, pause, quit functionalitysaid belhadj46-18/+100 2021-06-26Adding the pom.xml and target folder created from mvn package.Clyhtsuriva6-0/+164 2021-06-26Add the possibility to listen a song thanks to Audio System librarysaid belhadj7-4/+55 2021-06-25Fixing STZ-0004 issue.Clyhtsuriva1-1/+3 2021-06-17Delete initial_class_diagram.pngClyhtsuriva1-0/+0