- Added ADB Setup

- Added Command Executor for executing commands.
- Added Generic Loading Dialog
- Saved ADB path to storage
- TODO : Need to add Device options if ADB setup is done
- Updated kotlin_lint.yml
This commit is contained in:
Bitmap
2024-03-10 19:42:35 +05:30
parent cb1e6e61cf
commit ab3e4c2624
12 changed files with 336 additions and 22 deletions
+3
View File
@@ -1,6 +1,9 @@
name: kotlin_lint
on:
push:
branches:
- "*"
pull_request:
paths:
- "**/*.kt"