<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <queries>
        <package android:name="com.spotify.music" />
    </queries>
    <application>
        <meta-data
            android:name="spotifyClientId"
            android:value="${spotifyClientId}" />
        <meta-data
            android:name="spotifyRedirectUri"
            android:value="${spotifyRedirectUri}" />
    </application>
</manifest>
