In Build.gradle file i m using follwing implemenation
//facebook
implementation 'com.facebook.android:facebook-share:5.15.3'
implementation 'com.android.support:support-annotations:28.0.0' // Required Dependency by Audience Network SDK
implementation 'com.facebook.android:audience-network-sdk:5.+'
and also this for mediation google to facebook ads
implementation 'com.google.ads.mediation:facebook:4.26.1.0'
How to decrease the size of apk?
and How to remove the audience_network.dex from asset folder
