Can the size of google client library be reduced if only a few apis are being used?
Hello,
I am using implementation 'com.google.api-ads:google-ads:17.0.1' in build.gradle to import libraries required. The total size of google ads apis is approximatgely 100 mb.
I can see even v9 and v8 is present in the jar, which is of 25 mbs each and is not being used.
If I remove them and run the code I am getting error.
Basically, I want to reduce the size of jar. I am only using GetCampaign and campaign_asset apis. I want to remove unnecessary jar files. Please help.