Sign in
flutter
/
mirrors
/
flutter
/
445330129d552d546f566d6d87d71bf71fcb0fcc
/
.
/
examples
/
hello_android
/
app
/
build.gradle
blob: 8ece56f40bf0591913297c02f43c35b1e4bd20e6 [
file
]
apply plugin
:
'com.android.application'
apply plugin
:
'flutter'
android
{
compileSdkVersion
22
buildToolsVersion
'22.0.1'
lintOptions
{
disable
'InvalidPackage'
}
}
flutter
{
source
'src/flutter'
}