asA
RN APK Build / build (push) Successful in 22m14s

This commit is contained in:
NishantRajputRN
2026-05-13 14:35:08 +05:30
parent 7837fe55a0
commit 8b235111b9
2 changed files with 9 additions and 8 deletions
+8 -8
View File
@@ -118,14 +118,14 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
# ---------------- ANDROID SDK (required on Ubuntu: ANDROID_HOME / sdk.dir) ----------------
# - name: Setup Android SDK
# uses: android-actions/setup-android@v3
# with:
# packages: >-
# tools platform-tools
# platforms;android-36
# build-tools;36.0.0
# ndk;27.1.12297006
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: >-
tools platform-tools
platforms;android-36
build-tools;36.0.0
ndk;27.1.12297006
- name: Point Gradle to the SDK
run: |