Skip to content

DependencyResolver: Update version and fix d8 invocation (rfc)#1162

Merged
ilyassesalama merged 4 commits intomainfrom
dependencyresolver
Jun 30, 2024
Merged

DependencyResolver: Update version and fix d8 invocation (rfc)#1162
ilyassesalama merged 4 commits intomainfrom
dependencyresolver

Conversation

@j-px
Copy link
Contributor

@j-px j-px commented Jun 7, 2024

This is a subset of #1141 with the unrelated dependency version bumps removed. It also fixes compiling downloaded Local libraries, which together with the sped up dependency resolver allowed me to create a project that uses com.google.android.material:material:1.12.0 successfully.

Comments, anyone?

Fixes #1139.

PranavPurwar and others added 4 commits June 7, 2024 18:29
This is a partial copy of commit
4d1e52a.
…endencyResolver

Somehow, them as classpath files makes d8 create strange class
references like
`Landroid/app/Application$ActivityLifecycleCallbacks$-CC` in dex files.
According to [1], android.jar should be passed as library input, so
apply that here too.

[1]: https://r8.googlesource.com/r8/
@RoyTheReal
Copy link

RoyTheReal commented Jun 7, 2024

Great job!

@j-px
Copy link
Contributor Author

j-px commented Jun 7, 2024

If you don't have anything useful to contribute, please don't comment.

Copy link
Collaborator

@PranavPurwar PranavPurwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@ilyassesalama ilyassesalama merged commit 10a7408 into main Jun 30, 2024
@ilyassesalama ilyassesalama deleted the dependencyresolver branch June 30, 2024 07:27
@ilyassesalama ilyassesalama added fix This pull request contains a bugfix merged This pull request was merged, it's only GitHub not showing it as merged. labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix This pull request contains a bugfix merged This pull request was merged, it's only GitHub not showing it as merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After updating to AppCompat 1.6.1, Material Dialog Causes Crashes

4 participants