Description:
The current Docker image is targeting Android 34, whereas the latest stable version is Android 35. To ensure compatibility with the latest Android SDK and avoid potential issues with future updates, we should update the Docker image accordingly.
Tasks:
Update the Dockerfile to target Android 35 instead of Android 34.
Regenerate Flutter 3.27.4 and 3.29.0 with the updated Android version.
Expected Outcome:
The Docker image should support Android 35.
Flutter versions 3.27.4 and 3.29.0 should work correctly with the updated Android SDK.
Thanks
Description:
The current Docker image is targeting Android 34, whereas the latest stable version is Android 35. To ensure compatibility with the latest Android SDK and avoid potential issues with future updates, we should update the Docker image accordingly.
Tasks:
Update the Dockerfile to target Android 35 instead of Android 34.
Regenerate Flutter 3.27.4 and 3.29.0 with the updated Android version.
Expected Outcome:
The Docker image should support Android 35.
Flutter versions 3.27.4 and 3.29.0 should work correctly with the updated Android SDK.
Thanks