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

Commit 416653ca authored by David-Development's avatar David-Development
Browse files

Update gradle

parent d6e00b28
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
apply plugin: 'com.android.library'

android {
    compileSdkVersion 21
    buildToolsVersion '21.1.1'
    compileSdkVersion 25
    buildToolsVersion '25.0.2'
    defaultConfig {
        //applicationId 'de.luhmer.owncloud.accountimporter'
        minSdkVersion 7
        targetSdkVersion 21
        targetSdkVersion 25
        versionCode 1
        versionName '1.0'
    }
@@ -22,6 +22,6 @@ android {
}

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