https://github.com/yavin-dev/demo-config
https://github.com/yavin-dev/demo-config
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yavin-dev/demo-config
- Owner: yavin-dev
- License: mit
- Created: 2021-04-01T16:09:10.000Z (about 5 years ago)
- Default Branch: initial
- Last Pushed: 2021-04-30T17:19:08.000Z (about 5 years ago)
- Last Synced: 2025-03-16T02:48:49.849Z (about 1 year ago)
- Language: Kotlin
- Size: 1.02 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Yavin App Demo configs
This repo has files required for running the Netflix demo application in Yavin app.
It publishes a jar `demo-config.jar`
## Getting Started
You should use this jar as a dependency in the yavin app. You should edit the gradle build file
in the yavin app to use the following artifact.
artifact: com.yahoo.yavin-demo-config
`implementation("com.yahoo.yavin-demo-config", "yavin-demo-config", "0.0.5")`
## License
This project is licensed under the [MIT License](LICENSE.md).