Update android.yml to download webrtc

Daniel Gultsch created

Change summary

.github/workflows/android.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

.github/workflows/android.yml 🔗

@@ -18,7 +18,8 @@ jobs:
       with:
         java-version: '11'
         distribution: 'adopt'
-
+    - name: Download WebRTC
+      run: mkdir libs && wget -O libs/libwebrtc-m92.aar https://gultsch.de/files/libwebrtc-m92.aar
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build Quicksy (Compat)