Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
246a2cb055c3e064ecb143ba0faaabc58efb8035
/
.
/
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'
}