Closed manofspirit closed 7 years ago
@manofspirit The issue is confirmed, working on a fix.
@manofspirit ,
There are two main issues with this latest FB SDK 7.10.0.
Fortunately, it's easy to solve.
Google.VersionHandler.InvokeInstanceMethod(svcSupport, "DependOn", new object[] { "com.android.support", "support-v4", GetAndroidSupportPluginVersion() }, namedArgs: new Dictionary<string, object>()
by
Google.VersionHandler.InvokeInstanceMethod(svcSupport, "DependOn", new object[] { "com.android.support", "support-v4", "25.3.1" }, namedArgs: new Dictionary<string, object>()
support-*
files from your Assets/Plugins/Android folder.Please let me know if you're still facing any issues.
Best regards, Yuriy, Universal Tools team.
Thanks, it worked :)
Hi there,
I'm unable to build android project with gradle when both UTNotifications and FB SDK 7.10.0 (released 2 days ago).
Can you please look.