Remove redundant cursor styling
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s

This commit is contained in:
Your Name 2026-05-19 19:48:13 -04:00
parent 080b4bdaf1
commit b24dd72ae0
93 changed files with 9058 additions and 1 deletions

14
clio-android/notes.txt Normal file
View file

@ -0,0 +1,14 @@
./gradlew assembleDebug
2. Connect your phone (USB debugging enabled) and verify connection:
./android_studio_install_path/platform-tools/adb devices
3. Install the APK:
./android_studio_install_path/platform-tools/adb install app/build/outputs/apk/debug/app-debug.apk
Or you can combine build + install in one step:
./gradlew installDebug
This requires your phone to be connected with USB debugging enabled in Developer Options.
can you add it to the flake?