Section 2 of android native implementation
All checks were successful
Deploy to production / deploy (push) Successful in 21s
All checks were successful
Deploy to production / deploy (push) Successful in 21s
This commit is contained in:
7
android/native/scripts/assemble-local-debug.sh
Executable file
7
android/native/scripts/assemble-local-debug.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
|
||||
"$PROJECT_DIR/../android/gradlew" -p "$PROJECT_DIR" :app:assembleLocalDebug
|
||||
Reference in New Issue
Block a user