Trying to fix build issue.
This commit is contained in:
parent
d3e1527b70
commit
8d70e68fe2
@ -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
|
||||
|
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user