Trying to fix build issue.

This commit is contained in:
Amine 2018-10-12 22:50:43 +02:00
parent d3e1527b70
commit 8d70e68fe2
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ dependencies {
// Themes
implementation 'com.52inc:scoops:1.0.0'
implementation 'com.jrummyapps:colorpicker:2.1.7'
compile 'com.jrummyapps:colorpicker:2.1.7'
implementation 'com.github.rubensousa:floatingtoolbar:1.5.1'
// Pager

View File

@ -8,8 +8,8 @@ buildscript {
room_version = '2.1.0-alpha01'
}
repositories {
jcenter()
google()
jcenter()
maven {
url "https://jitpack.io"
}
@ -25,7 +25,7 @@ allprojects {
// For likebutton only
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
google()
jcenter()
mavenCentral()
}