mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
7 lines
202 B
Groovy
7 lines
202 B
Groovy
include ':app'
|
|
rootProject.name='AndroidFullScreen'
|
|
setBinding(new Binding([gradle: this]))
|
|
evaluate(new File(
|
|
settingsDir.parentFile,
|
|
'flutter_module/.android/include_flutter.groovy'
|
|
)) |