Add flutter as submodule for f-droid builds
This commit is contained in:
parent
1ece5f65b5
commit
01583cac14
2 changed files with 7 additions and 1 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -8,4 +8,9 @@
|
|||
|
||||
[submodule "thirdparty/extended_image"]
|
||||
path = thirdparty/extended_image
|
||||
url = https://github.com/ente-io/extended_image.git
|
||||
url = https://github.com/ente-io/extended_image.git
|
||||
|
||||
[submodule "thirdparty/flutter"]
|
||||
path = thirdparty/flutter
|
||||
url = https://github.com/flutter/flutter.git
|
||||
branch = stable
|
||||
|
|
1
thirdparty/flutter
vendored
Submodule
1
thirdparty/flutter
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c07f7888888435fd9df505aa2efc38d3cf65681b
|
Loading…
Add table
Reference in a new issue