mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
16 lines
229 B
Groovy
16 lines
229 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'flutter'
|
|
|
|
android {
|
|
compileSdkVersion 22
|
|
buildToolsVersion '22.0.1'
|
|
|
|
lintOptions {
|
|
disable 'InvalidPackage'
|
|
}
|
|
}
|
|
|
|
flutter {
|
|
source 'src/flutter'
|
|
}
|