mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
this time ci will work I hope!
This commit is contained in:
parent
01100e67e1
commit
8e1a31f128
1 changed files with 3 additions and 0 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
|
@ -20,9 +20,12 @@ jobs:
|
|||
run: |
|
||||
# not yet needed echo $gservices > ./app/google-services.json
|
||||
cp ./app/google-services-example.json ./app/google-services.json
|
||||
|
||||
rm ./app/google-services.json
|
||||
cp ./app/special/mapbox-token.xml ./app/src/main/res/values/
|
||||
# The following would not be valid XML, don't use yet
|
||||
# echo $mapboxtoken > ./app/src/main/res/values/mapbox-token.xml
|
||||
|
||||
mkdir -p ~/.gradle
|
||||
echo "MAPBOX_DOWNLOADS_TOKEN=$mapboxtoken" >>~/.gradle/gradle.properties
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue