Commit f40817af authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update gradle files.

parent 81d02638
...@@ -34,7 +34,7 @@ android { ...@@ -34,7 +34,7 @@ android {
} }
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':player') implementation project(':player')
...@@ -84,15 +84,11 @@ dependencies { ...@@ -84,15 +84,11 @@ dependencies {
implementation libraries.textDrawable implementation libraries.textDrawable
testImplementation libraries.junit testImplementation libraries.junit
androidTestImplementation (libraries.expressoCore , { androidTestImplementation(libraries.expressoCore, {
exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-annotations'
}) })
} }
repositories {
mavenCentral()
}
kotlin { kotlin {
experimental { experimental {
coroutines "enable" coroutines "enable"
...@@ -104,4 +100,4 @@ kotlin { ...@@ -104,4 +100,4 @@ kotlin {
task compileSdk(type:Exec) { task compileSdk(type:Exec) {
commandLine './build-sdk.sh' commandLine './build-sdk.sh'
} }
preBuild.dependsOn compileSdk preBuild.dependsOn compileSdk
\ No newline at end of file
...@@ -5,6 +5,7 @@ buildscript { ...@@ -5,6 +5,7 @@ buildscript {
repositories { repositories {
google() google()
jcenter() jcenter()
mavenCentral()
} }
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment