-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the library and its dependencies. #68
Conversation
…argetSdk to 33 and minSdk to 21.
Change the installation from using Groovy style to using Kotlin style Also, change the implementation to refer to my GitHub repo
Add openjdk17 instead of 11 for building the project.
Change maven publish settings to get the library from my repo.
Hi @Nenoeldeeb, Thank you for your contribution! Our workflow involves making changes on feature branches, rebasing them with the development branch, and then creating a pull request to merge into the development branch. Once the changes are stable in the development branch, we then merge them into the main branch. Could you please rebase your branch with the development branch and open the pull request from there? We apologize for not having the contribution guidelines available yet, but we will provide them soon. |
This pull request updates the project dependencies to their latest stable versions. The changes aim to improve performance, security, and compatibility with the newer Android version
Changes made:
Testing:
Please review these changes and let me know if any further modifications or information is needed.