Trypas87

Results 3 comments of Trypas87

I have same conflict when adding FB to my project where I have AdMob > Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 After adding suggested `tools:replace="android:appComponentFactory" android:appComponentFactory="whateverString"` I am getting >...

Problem is that I am using `mainTemplate.gradle` instead of having tons of libs in Assets/Plugins/Android/ folder. (have limited space in repository). I did remove all `implementation 'com.android.support.XXXX'` from it and...

@doom-goober I did try this and it not working or me. Code looks similar to this what Google dependencies resolver is generating: ![image](https://user-images.githubusercontent.com/10673669/80081629-7f22fa80-8553-11ea-931a-82f4508369cc.png)