Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 999 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 999 Bytes

License

The license is GPL-2.0-only

Overview

This is the repository, which abstracts the Ads logic, so the code of our apps use this lib instead of refering directly to Ads implementations, like Google Ads and others. Of course, you still need to add this 3th party libs in order to use Ads from them, but the code of the app is clean and can be used for building different distributions e.g. with Google Ads, MoPub Ads, Millennial Media Ads, Home Ads, and even without any Ads, without the need to change the main code of the program. Which Ads to use or not to use, could be easily configured in the project, which builds the final APK file by programmatic configuration.

Example of configuration