|
@ -1,6 +1,7 @@ |
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
buildscript { |
|
|
buildscript { |
|
|
repositories { |
|
|
repositories { |
|
|
|
|
|
google() |
|
|
jcenter() |
|
|
jcenter() |
|
|
} |
|
|
} |
|
|
dependencies { |
|
|
dependencies { |
|
@ -12,6 +13,7 @@ buildscript { |
|
|
|
|
|
|
|
|
allprojects { |
|
|
allprojects { |
|
|
repositories { |
|
|
repositories { |
|
|
|
|
|
google() |
|
|
maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' } |
|
|
maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' } |
|
|
jcenter() |
|
|
jcenter() |
|
|
} |
|
|
} |
|
|