Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated packagingOptions with packaging for jniLibs config…
…uration (#3464) Replaced deprecated packagingOptions with packaging for jniLibs configuration. Updated build.gradle file to use the new packaging configuration method as the previous packagingOptions method is deprecated. This change ensures compatibility with the latest Gradle plugin versions and avoids any potential issues with outdated configuration. Changes: - Updated from `packagingOptions { jniLibs { useLegacyPackaging = true } }` to `packaging { jniLibs { useLegacyPackaging = true } }`
- Loading branch information