mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
* Fixes issues #2240 and #2241 * Also fixes Android build issues for add_to_app/fullscreen
8 lines
187 B
Groovy
8 lines
187 B
Groovy
include ':app'
|
|
setBinding(new Binding([gradle: this]))
|
|
evaluate(new File(
|
|
settingsDir,
|
|
'../flutter_module_books/.android/include_flutter.groovy'
|
|
))
|
|
rootProject.name = "android_books"
|