Touch Alex
Touch Alex
I am having the same issue. My GIF has been set to loop = 1. It works on iOS but not working on Android. Any solution?
> firebaseMessagingVersion=23.0.5 @Ddv0623 Can you show us how to update this? I added the following to my /android/app/build.gradle: implementation "com.google.firebase:firebase-messaging:23.0.5" But the app is not able to build after that.
ok. I found the solution. For everyone who is getting error when making the android build after updating the firebase messaging to 23.0.5, please check this: https://github.com/firebase/firebase-android-sdk/issues/4206#issue-1409911151 I added the...