updating gradle files

This commit is contained in:
mancamar 2022-07-25 11:38:04 +02:00
parent 1c0cde2a78
commit 6825635020
3 changed files with 8 additions and 1 deletions

View File

@ -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'

View File

@ -3,6 +3,10 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
flatDir {
dir rootProject.file( 'libs' )
}
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"

View File

@ -4,6 +4,9 @@ dependencyResolutionManagement {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
flatDir {
dirs 'libs'
}
}
}
rootProject.name = "Empatica"