Skip to content
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 gradle and add namespaces #493

Merged
merged 11 commits into from
Jan 20, 2025
Merged

Update gradle and add namespaces #493

merged 11 commits into from
Jan 20, 2025

Conversation

orbital17
Copy link
Collaborator

This PR updates only Gradle version and JDK for Github workflow, without updating targetSdkVersion

Probably previously it was located at jcenter, but not anymore.
On maven there are only latest 2.28+ versions and we want to stay on 2.19 for now.
Starting from Gradle 8.0 aidl feature is disabled by default.
This commit enables aidl for play billing module.
Gradle 8.9 uses JDK 22 to run test, bumping mock libraries
to stop tests failing.
Starting from AGP 8.0 R class properties are non-final.
Switch-case expects  properties, therefore, replacing it with plain-old .
Starting from AGP 8.0 packageName is replaced in favor of namespaces in gradle.
Play Market enforces minimum target 33 sdk, we need to migrate
but with a proper plan beforehand.
Use ViewHodler.getAdapterPosition() instead of method position.
Starting from 33 SDK applications should specify runtime notification permission in the manifest
This was referenced Jan 17, 2025
@ukaratkevich ukaratkevich merged commit 0c00b61 into main Jan 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants