saitawngpha / NativeAds-RecyclerView

Simple library for Native Ads in RecyclerView list
MIT License
3 stars 1 forks source link

Cannot resolve method 'with' in 'Builder' #3

Open Sarthak77tiwari opened 4 months ago

Sarthak77tiwari commented 4 months ago

No candidates found for method call AdmobNativeAdAdapter.Builder .with( "ca-app-pub-3940256099942544/2247696110",//Create a native ad id from admob console adapter,//The adapter you would normally set to your recyClerView "medium"//Set it with "small","medium" or "custom" )

saitawngpha commented 3 months ago

Have you add this in your settings.gradle file? maven { url 'https://jitpack.io' } // add this line