Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 311 Bytes

File metadata and controls

23 lines (11 loc) · 311 Bytes

pixabay

Add these 2 files in root of your project:


keystore.properties:

storePassword=<yourStorePassword>

keyPassword=<yourKeyPassword>

keyAlias=<yourKeyAlias>

storeFile=<yourStoreFileLocation>

secretkey.properties:

apiKey=<yourApiKeyFromPixabay.com>