Update to RingRTC v2.48.1

This commit is contained in:
Jim Gustafson
2024-10-01 08:05:25 -07:00
committed by Greyson Parrelli
parent 88d1e7b40d
commit 813a92380b
3 changed files with 13 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ permissions:
contents: read # to fetch code (actions/checkout)
pull-requests: write # to comment on PR
env:
NDK_VERSION: '27.0.12077973'
jobs:
assemble-base:
if: ${{ github.repository != 'signalapp/Signal-Android' }}
@@ -25,6 +28,9 @@ jobs:
java-version: 17
cache: gradle
- name: Install NDK
run: echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.NDK_VERSION }}"
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
@@ -35,7 +41,6 @@ jobs:
path: diffuse-base.apk
key: diffuse-${{ github.event.pull_request.base.sha }}
- name: Build with Gradle
if: steps.cache-base.outputs.cache-hit != 'true'
run: ./gradlew assemblePlayProdRelease
@@ -70,7 +75,7 @@ jobs:
- uses: peter-evans/create-or-update-comment@v3
with:
body: |
Diffuse output:
Diffuse output:
${{ steps.diffuse.outputs.diff-gh-comment }}
edit-mode: replace