mirror of
https://github.com/flutter/samples.git
synced 2026-06-01 20:08:25 +00:00
restructured the add to app samples (#698)
This commit is contained in:
10
add_to_app/books/android_books/settings.gradle
Normal file
10
add_to_app/books/android_books/settings.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
include ':app'
|
||||
setBinding(new Binding([gradle: this]))
|
||||
evaluate(new File(
|
||||
settingsDir,
|
||||
'../flutter_module_books/.android/include_flutter.groovy'
|
||||
))
|
||||
rootProject.name = "Android Books"
|
||||
|
||||
include ':flutter_module_books'
|
||||
project(':flutter_module_books').projectDir = new File('../flutter_module_books')
|
||||
Reference in New Issue
Block a user