build.gradle 229 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
apply plugin: 'com.android.application'
apply plugin: 'flutter'

android {
    compileSdkVersion 22
    buildToolsVersion '22.0.1'

    lintOptions {
        disable 'InvalidPackage'
    }
}

flutter {
    source 'src/flutter'
}