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

Upgrade gradle and Android libraries #407

Open
wolpi opened this issue Oct 20, 2024 · 0 comments
Open

Upgrade gradle and Android libraries #407

wolpi opened this issue Oct 20, 2024 · 0 comments

Comments

@wolpi
Copy link
Owner

wolpi commented Oct 20, 2024

The issues we see with new target SDKs (#396 and #406) are likely related to the fact that we currenlty are forced to stick to gradle 6.9.1 which is rather old in meantime. Along with that we are also forced to stick to older versions of Android libaries.
E.g.:

  • androidx.fragment:fragment:1.5.7
  • androidx.recyclerview:recyclerview:1.3.0
  • androidx.appcompat:appcompat:1.6.1
  • com.google.android.material:material:1.6.0

One of the reasons for old gradle is the setup with copy of code of mina libraries and having changes to them in app project. It was done like this to be able to more easily update copy of that code. But updating them seems not to be relevant anymore and therefore it would make more sense now to apply changes directly to those projects.

See current gradle targets removeClassesBadForAndroid.

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

No branches or pull requests

1 participant