Adam Barth 423a31f473 Merge hello_android into hello_services (#4366)
The hello_services example can now be built both for Android and iOS.
2016-06-03 16:15:03 -07:00

16 lines
223 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'flutter'
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
lintOptions {
disable 'InvalidPackage'
}
}
flutter {
source '../..'
}