Fix core-sample config
This commit is contained in:
parent
703ab3f366
commit
e990ecbfef
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,7 @@ repositories {
|
||||||
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -123,6 +124,7 @@ dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:27.1.0'
|
compile 'com.android.support:appcompat-v7:27.1.0'
|
||||||
compile 'com.android.support:design:27.1.0'
|
compile 'com.android.support:design:27.1.0'
|
||||||
compile 'commons-logging:commons-logging-api:1.1'
|
compile 'commons-logging:commons-logging-api:1.1'
|
||||||
|
compile 'com.moparisthebest:junidecode:0.1.1'
|
||||||
|
|
||||||
compile fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs')
|
compile fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue