Sign in
flutter
/
mirrors
/
flutter
/
2fdcb59fecb8edbc436b9ed259c395b3670bebed
/
.
/
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'
}