Update support libraries to 27.0.2

This commit is contained in:
cketti 2018-02-17 04:33:30 +01:00
parent 128db3cdef
commit c67674311c
4 changed files with 6 additions and 9 deletions

View file

@ -22,4 +22,9 @@ subprojects {
project.android.dexOptions.preDexLibraries = !rootProject.hasProperty('disablePreDex')
}
}
repositories {
jcenter()
google()
}
}

View file

@ -1,7 +1,7 @@
kotlinVersion=1.1.4-3
androidCompileSdkVersion=27
androidBuildToolsVersion=27.0.3
androidSupportLibraryVersion=25.2.0
androidSupportLibraryVersion=27.0.2
timberVersion=4.5.1
robolectricVersion=3.2.2

View file

@ -10,10 +10,6 @@ if (rootProject.testCoverage) {
apply plugin: 'jacoco'
}
repositories {
jcenter()
}
dependencies {
implementation 'org.apache.james:apache-mime4j-core:0.8.1'
implementation 'org.apache.james:apache-mime4j-dom:0.8.1'

View file

@ -10,10 +10,6 @@ if (rootProject.testCoverage) {
apply plugin: 'jacoco'
}
repositories {
jcenter()
}
//noinspection GroovyAssignabilityCheck
configurations.all {
resolutionStrategy {