From 682563502064a77f43b8a5687a57996b6a700b95 Mon Sep 17 00:00:00 2001 From: mancamar Date: Mon, 25 Jul 2022 11:38:04 +0200 Subject: [PATCH] updating gradle files --- app/build.gradle | 2 +- build.gradle | 4 ++++ settings.gradle | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c4adcaa..20f66b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.empatica.empalink:E4link:1.0.0@aar' + implementation 'com.empatica.empalink:E4link:1.0.0@aar' implementation 'com.squareup.okhttp:okhttp:2.7.5' implementation platform('com.google.firebase:firebase-bom:29.1.0') implementation 'com.google.firebase:firebase-analytics:20.1.0' diff --git a/build.gradle b/build.gradle index ec8a23f..37da81c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,10 @@ buildscript { repositories { google() mavenCentral() + jcenter() + flatDir { + dir rootProject.file( 'libs' ) + } } dependencies { classpath "com.android.tools.build:gradle:7.0.4" diff --git a/settings.gradle b/settings.gradle index e49fb93..1c7296b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,6 +4,9 @@ dependencyResolutionManagement { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon + flatDir { + dirs 'libs' + } } } rootProject.name = "Empatica"