feat(app): add an android app that loads beta.rxresu.me through a webview

This commit is contained in:
Amruth Pillai
2022-03-09 22:40:59 +01:00
parent 4fe5788b23
commit 5d54f8101b
37 changed files with 609 additions and 0 deletions

8
app/app/.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true