aboutsummaryrefslogtreecommitdiff
path: root/third_party/sl4a/build.gradle
blob: 015499b0bdb60f7c6ad93731e1a1816f6ee3526e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply plugin: 'com.android.library'

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.3"

    defaultConfig {
        minSdkVersion 11
        targetSdkVersion 24
        versionCode 1
        versionName "0.0.1"
    }
}