mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 15:58:32 +00:00
Adds an Android app to the add2app experimental sample (#133)
This commit is contained in:
6
experimental/add_to_app/SimpleAndroidApp/settings.gradle
Normal file
6
experimental/add_to_app/SimpleAndroidApp/settings.gradle
Normal file
@@ -0,0 +1,6 @@
|
||||
include ':app'
|
||||
setBinding(new Binding([gradle: this]))
|
||||
evaluate(new File(
|
||||
settingsDir.parentFile,
|
||||
'example_module/.android/include_flutter.groovy'
|
||||
))
|
||||
Reference in New Issue
Block a user