1
0
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:
Andrew Brogdon
2019-09-01 12:24:00 -07:00
committed by GitHub
parent 96a2cd6dda
commit 6cda477f20
34 changed files with 677 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
include ':app'
setBinding(new Binding([gradle: this]))
evaluate(new File(
settingsDir.parentFile,
'example_module/.android/include_flutter.groovy'
))