zendesk / belvedere

An image picker library for Android
Apache License 2.0
145 stars 23 forks source link

Fixes android.useAndroidX not being visible to isolated module builds #113

Closed baz8080 closed 4 years ago

baz8080 commented 4 years ago

Changes

When building in isolation, the root project's gradle.properties file is not being read. This commit adds the android.useAndroidX property with a true value to the two places where we're doing isolated module builds. This approach was taken because it impacted one file, rather than the alternative of adding module level gradle.properties to the affected modules.

Reviewers

@baz8080 @schlan @e2po @bridgeri127 @fibelatti

References

Risks