mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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"
|