clockbyte / admobadapter

It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
Apache License 2.0
237 stars 75 forks source link

How to include the library as module #94

Closed Shajeel-Afzal closed 6 years ago

Shajeel-Afzal commented 6 years ago

Hi,

I have cloned the project locally and now trying to include it in my project as the module. The reason for doing that is to downgrade the support library version because 26+ version is causing a lot of issues.

While including the admobadapter on my side I am getting the following error:

Error:Could not get unknown property 'GROUP' for object of type org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.

Can you please tell me what is wrong being done from my side and how to fix this issue?

Shajeel-Afzal commented 6 years ago

Okay, I am closing it. Because removing the following line has fixed my problem.

apply from: 'gradle-mvn-push.gradle'

Thanks to https://stackoverflow.com/a/29186736/1773155