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

Lookup shared object files correctly in new artefact IDs #170

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

fractalwrench
Copy link
Contributor

@fractalwrench fractalwrench commented Jul 17, 2019

The identifier variable contains the version as well, looking something like 'com.bugsnag:bugsnag-android:4.x.x'. Therefore we should match by checking whether our collections of identifiers is a substring within the identifier, rather than checking for equality, as otherwise SO files will not be extracted.

This has been tested by integrating the plugin into the example project, and running ./gradlew assembleRelease after invalidating caches and restarting via Android Studio (to prevent any old SO files from hanging around in the build directory).

@fractalwrench fractalwrench merged commit 5783928 into master Jul 17, 2019
@fractalwrench fractalwrench deleted the fix-artefact-lookup branch July 17, 2019 11:45
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.

2 participants