Update support libraries to 27.0.2
This commit is contained in:
parent
128db3cdef
commit
c67674311c
4 changed files with 6 additions and 9 deletions
|
@ -22,4 +22,9 @@ subprojects {
|
|||
project.android.dexOptions.preDexLibraries = !rootProject.hasProperty('disablePreDex')
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -10,10 +10,6 @@ if (rootProject.testCoverage) {
|
|||
apply plugin: 'jacoco'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
//noinspection GroovyAssignabilityCheck
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
|
|
Loading…
Reference in a new issue