Flutterwave / AndroidSDK

Rave's Android Drop In UI
7 stars 8 forks source link

'RavePayManager' is abstract; cannot be instantiated #283

Open tadic7 opened 2 years ago

tadic7 commented 2 years ago
    new RavePayManager(this)
            .setAmount(amount)
Adeol2001 commented 2 years ago

j'ai la même erreur

Adeol2001 commented 2 years ago

I resolue the wanderer try to put maven { url 'https://jitpack.io' } in allprojects { repositories { google() jcenter() maven { url 'https://jitpack.io' } } }