Skip to content

Commit

Permalink
try with gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 2, 2024
1 parent 091519f commit 6b726d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
print " <string name=\"plugin_bgloc_account_type\">temp</string>";\
print " <string name=\"plugin_bgloc_content_authority\">@string/package_name</string>"}\
1' android/app/src/main/res/values/strings.xml > temp.xml && mv temp.xml android/app/src/main/res/values/strings.xml
npx cap build android
cd android
./gradlew assembleDebug

0 comments on commit 6b726d5

Please sign in to comment.