Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 913 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 913 Bytes

GodTools Android

codecov

Git LFS

We use Git LFS for storing Paparazzi snapshots. You will need to setup Git LFS on your local machine in order to store new paparazzi snapshots or validate existing paparazzi snapshots.

OneSky

To enable OneSky translation downloads/uploads configure the following gradle properties:

ONESKY_API_KEY={apiKey}
ONESKY_API_SECRET={apiSecret}

Once those properties are configured you can use the following commands:

  • Download the latest translations: ./gradlew downloadTranslations --no-parallel
  • Upload the latest base strings: ./gradlew uploadTranslations