ZGallery
ZGallery copied to clipboard
Fix compatibility issues with recent Android versions
Description
This PR addresses the compatibility issues with recent Android versions in the ZGallery Android library. The code has been updated to use the latest APIs and handle changes in behavior for specific features.
Summary of Changes
- Updated the 'android:targetSdkVersion' in the AndroidManifest.xml file to the latest stable Android SDK version.
- Reviewed and replaced any deprecated APIs in the MainActivity.java and ZGrid.java files with their updated versions.
- Handled changes in behavior for specific APIs in recent Android versions in the MainActivity.java and ZGrid.java files.
Please review and merge these changes to ensure the ZGallery library runs smoothly on recent Android versions.
Fixes #43.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/fix-compatibility-issues
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.