fixxed big ui cavia
Build APK / build (push) Canceled after 0s

This commit is contained in:
2026-08-07 01:06:03 +02:00
parent 3d594670b0
commit ecb7fbefb1
71 changed files with 3989 additions and 1204 deletions
+12
View File
@@ -0,0 +1,12 @@
./gradlew assembleRelease
/home/tech08mag/Android/Sdk/platform-tools/adb push /home/tech08mag/Code/carry-your-live/carry-your-live/android/app/build/outputs/apk/release/app-release.apk /sdcard/Download/
./gradlew installDebug
./gradlew assembleRelease Build release APK (what you ran)
./gradlew bundleRelease Build release AAB (for Play Store)
./gradlew assembleDebug Build debug APK
./gradlew installRelease Build + install release APK to connected device
./gradlew installDebug Build + install debug APK
./gradlew clean Clean build outputs
./gradlew tasks List all available tasks