Enhancements in Gradle, UI, and SDK Versions #477
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This pull request introduces several key updates to improve the app's build process, user interface, and compatibility with the latest Android standards.
Key Changes:
Gradle Update: Gradle has been upgraded to version 8.1.4. This update ensures compatibility with the latest tools and plugins, and offers performance improvements and bug fixes.
UI Update for Image Sizes: To enhance user experience, particularly on devices with gesture control, the size of images in the UI has been changed to 150dp X 150dp. This adjustment addresses usability issues related to swiping and viewing the bottom sheet, making it more accessible and user-friendly.
SDK Version Update: Both compileSdk and targetSdk have been updated to version 34. This update ensures that the app is built against the latest Android SDK, offering improved features and security enhancements. It also helps in maintaining compatibility with recent Android versions and ensuring the app is utilizing the latest platform capabilities.
Android Studio Version: The project is now compatible with Android Studio Giraffe | 2022.3.1 Patch 4 and working perfectly on Pixel 6 Pro with Android 13. This ensures that developers can use the most recent and stable version of Android Studio for development, benefiting from the latest IDE features and enhancements.
These updates collectively aim to enhance the build process, ensure a better user experience, and keep the app up-to-date with the latest technological standards. They are critical for maintaining the app's performance, security, and compatibility.