# 📋 Version Compatibility

This table shows the compatibility between different versions of the eSchool SaaS mobile application and their required dependencies.

| Product Version | Flutter Version | Kotlin Version | distributionUrl (gradle) | JDK Version |
|----------------|-----------------|----------------|-------------------------|-------------|
| 1.7.0 | 3.32.7 | 2.0.10 | 8.7 | 21 |
| 1.6.1 | 3.32.0 | 2.0.10 | 8.7 | 17 |
| 1.6.0 | 3.29.0 | 1.8.22 | 8.4 | 17 |
| 1.5.4 | 3.27.1 | 1.8.22 | 8.4 | 17 |
| 1.5.0 | 3.27.1 | 1.8.22 | 8.4 | 17 |

## Important Notes

- **Flutter Version**: The Flutter SDK version required for building the mobile application
- **Kotlin Version**: The Kotlin version used for Android development
- **distributionUrl (gradle)**: The Gradle wrapper version for Android builds
- **JDK Version**: The Java Development Kit version required for Android development

Make sure to use the exact versions specified in the table to avoid compatibility issues during development and deployment.

