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

Commit 59c0ca9d authored by David Development's avatar David Development
Browse files

Update to 0.3.6

parent 00b4d841
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,14 +2,13 @@ apply plugin: 'android-library'

android {
    compileSdkVersion 19
    buildToolsVersion "19.0.0"

    buildToolsVersion '19.0.0'
    defaultConfig {
        packageName "de.luhmer.owncloud.accountimporter"
        packageName 'de.luhmer.owncloud.accountimporter'
        minSdkVersion 7
        targetSdkVersion 19
        versionCode 1
        versionName "1.0"
        versionName '1.0'
    }
    buildTypes {
        release {
@@ -17,11 +16,12 @@ android {
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
    productFlavors {
    }
}

dependencies {
    compile 'com.android.support:support-v4:19.0.+'
    compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'

    compile fileTree(dir: 'libs', include: ['*.jar'])
}