You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding midtrans maven repository to android/build.gradle allprojects { repositories { maven { url "http://dl.bintray.com/pt-midtrans/maven" } } }
but still i got the following error
MidtransPackage.java Error:(20, 5) error: method does not override or implement a method from a supertype
The text was updated successfully, but these errors were encountered:
I have implemented all the instructions.
allprojects { repositories { maven { url "http://dl.bintray.com/pt-midtrans/maven" } } }
but still i got the following error
MidtransPackage.java Error:(20, 5) error: method does not override or implement a method from a supertype
The text was updated successfully, but these errors were encountered: