@@ -118,14 +118,14 @@ jobs:
|
|||||||
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
|
||||||
|
|
||||||
# ---------------- ANDROID SDK (required on Ubuntu: ANDROID_HOME / sdk.dir) ----------------
|
# ---------------- ANDROID SDK (required on Ubuntu: ANDROID_HOME / sdk.dir) ----------------
|
||||||
# - name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
# uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
# with:
|
with:
|
||||||
# packages: >-
|
packages: >-
|
||||||
# tools platform-tools
|
tools platform-tools
|
||||||
# platforms;android-36
|
platforms;android-36
|
||||||
# build-tools;36.0.0
|
build-tools;36.0.0
|
||||||
# ndk;27.1.12297006
|
ndk;27.1.12297006
|
||||||
|
|
||||||
- name: Point Gradle to the SDK
|
- name: Point Gradle to the SDK
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user