diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a5524cdaf..e2d530bf8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,7 +15,9 @@ jobs: run: | rm ./app/google-services.json cp ./app/google-services-example.json ./app/google-services.json + rm ./app/src/main/res/values/mapbox-token.xml cp ./app/special/mapbox-token.xml ./app/src/main/res/values/ + rm ./app/src/main/res/values/curfirmwareversion.xml cp ./app/special/curfirmwareversion.xml ./app/src/main/res/values/ - name: set up JDK 1.8 uses: actions/setup-java@master