diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d849c5d..8d97b6c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,6 +21,11 @@ jobs: distribution: adopt java-version: 17 + - name: Create Local Properties + run: | + touch local.properties + echo -e "127.0.0.1/rtc" >> local.properties + - name: Cache Gradle and wrapper uses: actions/cache@v2 with: