# opensrp-client-chw-harm-reduction
OpenSRP client harm reduction module library.
## Modules
- `opensrp-chw-harm-reduction`: Android library for harm reduction workflows.
- `sample`: Sample app for local testing and demos.
## Requirements
- JDK 8 or 11 (Gradle 6.7.1).
- Android SDK and build tools.
- Gradle wrapper (included).
## Build
From the repo root:
```
./gradlew :opensrp-chw-harm-reduction:assembleDebug
./gradlew :sample:assembleDebug
```
## Tests
```
./gradlew test
```