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

android {
    compileSdkVersion 21
    buildToolsVersion "21.1.2"

    defaultConfig {
        applicationId "org.libreoffice.impressremote"
        minSdkVersion 9
        targetSdkVersion 20
        versionCode 13
        versionName "2.1.3"
    }

    lintOptions {
        abortOnError false
    }
}

dependencies {
    compile 'com.android.support:support-v4:21.0.3'
    compile 'com.android.support:appcompat-v7:20.0.0'
    compile 'com.google.android.gms:play-services:6.5.87'
}