mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-28 18:52:42 -04:00
remove mapbox reference
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
3
.gitignore
vendored
@@ -21,6 +21,3 @@ keystore.properties
|
||||
|
||||
# AGP profiling traces
|
||||
*.trace
|
||||
|
||||
# Mapbox token file
|
||||
/app/src/main/res/values/mapbox-token.xml
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<resources>
|
||||
<string name="mapbox_access_token">pk.xxx.xxx</string>
|
||||
</resources>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user