remove mapbox reference

master
andrekir 2022-08-29 11:06:47 -03:00
rodzic 8b412961fa
commit b445faf574
3 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -21,10 +21,6 @@ jobs:
run: |
rm ./app/google-services.json
echo $GSERVICES > ./app/google-services.json
rm ./app/src/main/res/values/mapbox-token.xml
echo -e "<resources>\n <string name=\"mapbox_access_token\">$MAPBOX_ACCESS_TOKEN</string>\n</resources>" > ./app/src/main/res/values/mapbox-token.xml
mkdir -p ~/.gradle
echo "MAPBOX_DOWNLOADS_TOKEN=$MAPBOX_DOWNLOADS_TOKEN" >> ~/.gradle/gradle.properties
echo $KEYSTORE | base64 -di > ./app/$KEYSTORE_FILENAME
echo "$KEYSTORE_PROPERTIES" > ./keystore.properties
env:

3
.gitignore vendored
Wyświetl plik

@ -21,6 +21,3 @@ keystore.properties
# AGP profiling traces
*.trace
# Mapbox token file
/app/src/main/res/values/mapbox-token.xml

Wyświetl plik

@ -1,5 +0,0 @@
<resources>
<string name="mapbox_access_token">pk.xxx.xxx</string>
</resources>