Sascha Peilicke
Sascha Peilicke
Version **2.0.3** should fix that. The library shipped the _proguard-rules.pro_ file used to build it's release flavor. That wasn't actually necessary.
It depends on the server you are streaming from but if they don't provide artwork URLs in custom metadata, you would have to fetch that from another web service. I...
You can put this in your `.zshrc` or `.bashrc` as a workaround: ```shell androidStudioToolboxBase="${HOME}/Library/Application\ Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0" androidStudioToolboxVersion=$(ls ${androidStudioToolboxBase}) export CAPACITOR_ANDROID_STUDIO_PATH=${androidStudioToolboxBase}/${androidStudioToolboxVersion}/Android\ Studio.app/ ``` It would be better if that location is checked...
I didn't dare to touch the iOS project template just yet. Once this change is accepted, it might make sense to do that as well to better isolate iOS builds...
I addressed the eslint issues but now need a workflow approval / re-run. TIA.
Any remarks or comments?
Once again, any news, decisions or comments on the matter?
It would be nice if this could get some feedback, I just rebased onto most recent `main` changes.
I would be nice if someone could provide some feedback for this fix. Thanks.
Specifying the same dependency multiple times is not an issue with Gradle. Not specifying an exact version however is. In your example, `implementation "com.android.support:support-v4:27.+"` will download whatever version was released...