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

Commit 242635e4 authored by David Luhmer's avatar David Luhmer
Browse files

Update compileSdkVersion / buildToolsVersion

parent 862eac52
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
apply plugin: 'com.android.library'

android {
    compileSdkVersion 25
    buildToolsVersion '25.0.3'
    compileSdkVersion 26
    buildToolsVersion '26.0.2'
    defaultConfig {
        //applicationId 'de.luhmer.owncloud.accountimporter'
        minSdkVersion 9
        targetSdkVersion 25
        minSdkVersion 14
        targetSdkVersion 26
        versionCode 1
        versionName '1.0'
    }
@@ -22,6 +22,6 @@ android {
}

dependencies {
    compile 'com.android.support:support-v4:25.3.1'
    compile 'com.android.support:support-v4:26.1.0'
    compile fileTree(dir: 'libs', include: ['*.jar'])
}
 No newline at end of file