Skip to content
Snippets Groups Projects
Commit 51a90cbf authored by Taras's avatar Taras
Browse files

Fix flavour for build release

parent 7169ce70
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ platform :android do ...@@ -22,7 +22,7 @@ platform :android do
gradle(task: "clean") gradle(task: "clean")
gradle( gradle(
task: "assemble", task: "assemble",
flavor: "Gplay", flavor: "Fdroid",
build_type: "Release" build_type: "Release"
) )
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment