Note that we have a code of conduct. Please follow it in your interactions with this project.
Hotwire Native for Android is built using Kotlin and Android SDK 28+ as its minimum version. To set up your development environment:
- Clone the repo
- Open the directory in the latest version of Android Studio
To run the test suite:
- Open the directory in Terminal
- Run the
./gradlew testRelease
command
The core team is monitoring for pull requests. We will review your pull request and either merge it, request changes to it, or close it with an explanation.
Before submitting a pull request, please:
- Fork the repository and create your branch.
- Follow the setup instructions in this file.
- If you’re fixing a bug or adding code that should be tested, add tests!
- Ensure the test suite passes.
New features will not be merged until also added to Hotwire Native iOS.
This does not apply to bugs that only appear on Android.