Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Use appcompat configuration to support vector drawables #13114

Merged
merged 1 commit into from
Oct 16, 2018

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented Oct 16, 2018

Plausible fix for #13099, capturing from this SO post. Still need to test this on an Android 4.4 device, don't have access to one atm.

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Oct 16, 2018
@tobrun tobrun added this to the android-v6.7.0 milestone Oct 16, 2018
@tobrun tobrun self-assigned this Oct 16, 2018
@tobrun tobrun requested a review from zugaldia October 16, 2018 16:32
@tobrun tobrun merged commit 62af756 into master Oct 16, 2018
@tobrun tobrun deleted the tvn-appcompat-drawable branch October 16, 2018 18:04
@CodeIsmail
Copy link

I'd like to be notified when this has been resolved for Android 4.4 devices

@tobrun
Copy link
Member Author

tobrun commented Oct 18, 2018

This is fixed with v6.6.1 in combination with using AppCompatActivity and:

    defaultConfig {
        vectorDrawables {
            useSupportLibrary true
        }
    }

@CodeIsmail
Copy link

Brilliant!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants