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

android {
    compileSdkVersion 19
    buildToolsVersion '19.1.0'

    defaultConfig {
        applicationId 'com.bumptech.glide.gifencoder'
        minSdkVersion 10
        targetSdkVersion 19
    }
}