universal-tools / UTNotificationsFeedback

7 stars 0 forks source link

Library Conflicts common-1.0.X.jar with GoogleServiceResolver #72

Open exozetgithub opened 6 years ago

exozetgithub commented 6 years ago

Hello, we use three plugins related to Android development.

The plugins we use are: GooglePlayGameServices for Android (for Achievements) v0.9.42 Amazon GameCircle + InApp Purchasing (for Amazon Achievements + IAP) UTNotifications - Professional Local & Push Notification (for handle push notifications for android and iOS) v1.6.3

Somehow after adding UTNotification we get library conflicts by the library common-1.0.0.jar and common-1.0.3.jar. The GoogleServiceResolver ->Android Resolver can not solve the conflicts. Do you have hints to solve the conflicts?

Best Regards, Ingo

yuriy-universal-ivanov commented 6 years ago

Hi @exozetgithub ,

Sorry for a late reply, I'm afraid I missed your question (it's always the fastest way to contact us by universal.tools.contact@gmail.com).

You have to help GooglePlayServicesResolver pick the desired version of the libraries: you can specify the versions in Assets/UTNotifications/Editor/Android/UTNotificationsDependencies.cs. They are "LATEST" by default, but you can specify any version you like. The versions, indeed, should match across all the assets in your project to avoid dynamic linking problems.

Best regards, Yuriy, Universal Tools team.

yuriy-universal-ivanov commented 6 years ago

@exozetgithub , May I close the issue?