Make the app compile in release

Following instructions from https://stackoverflow.com/a/70074787/1472514
This commit is contained in:
Benoit Marty 2022-11-18 17:26:56 +01:00 committed by Benoit Marty
parent d6861f7fb7
commit 784b4ec659
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('matrix-rust-sdk.aar'))