Add Android app implementation with core features
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
parent
3069fcd8ba
commit
976d494d9f
28 changed files with 1784 additions and 3 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -12,6 +12,17 @@ output/*.xlsx
|
|||
templates/*.xlsx
|
||||
~$*.xlsx
|
||||
|
||||
# Android
|
||||
android-app/.gradle/
|
||||
android-app/build/
|
||||
android-app/app/build/
|
||||
android-app/local.properties
|
||||
android-app/.gradle
|
||||
android-app/.idea/
|
||||
android-app/*.iml
|
||||
android-app/captures/
|
||||
android-app/app/release/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
|
|
|||
Reference in a new issue