Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6767431 authored by cketti's avatar cketti
Browse files

Update support libraries to 27.0.2

parent 128db3cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,4 +22,9 @@ subprojects {
            project.android.dexOptions.preDexLibraries = !rootProject.hasProperty('disablePreDex')
        }
    }

    repositories {
        jcenter()
        google()
    }
}
+1 −1
Original line number Diff line number Diff line
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
+0 −4
Original line number Diff line number Diff line
@@ -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'
+0 −4
Original line number Diff line number Diff line
@@ -10,10 +10,6 @@ if (rootProject.testCoverage) {
    apply plugin: 'jacoco'
}

repositories {
    jcenter()
}

//noinspection GroovyAssignabilityCheck
configurations.all {
    resolutionStrategy {