summaryrefslogtreecommitdiff
path: root/android/sdremote/mobile/build.gradle
blob: 7eac3bc07306a52d38a77916018ff91358600b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
apply plugin: 'com.android.application'

android {
    compileSdkVersion 21
    buildToolsVersion "21.1.1"

    defaultConfig {
        applicationId "org.libreoffice.impressremote"
        minSdkVersion 9
        targetSdkVersion 20
        versionCode 11
        versionName "2.1.1"
    }

    lintOptions {
        abortOnError false
    }
}

dependencies {
    compile 'com.android.support:support-v4:21.0.2'
    compile 'com.android.support:appcompat-v7:21.0.2'
}