Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
workflows:
build-apk:
name: Build APK
max_build_duration: 30
environment:
node: 18.16.0
java: 17
android: true
vars:
PACKAGE_NAME: "com.telon.gsmsip" # ← غيّرها لو عندك باكيج مخصص
scripts:
- name: Install Dependencies
script: |
npm install
- name: Accept Licenses
script: |
yes | sdkmanager --licenses
- name: Build APK
script: |
cd android
./gradlew assembleDebug
artifacts:
- android/app/build/outputs/**/*.apk