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
I'm having an issue with importing this SDK to my client's Android project.
I have added implementation 'com.payten.msu:cse-android:1.1.1' to a project and I'm getting an error :
Could not find com.payten.msu:cse-android:1.1.1.
Required by:
project :app
After some research, I found out that this SDK is only available on jcenter.
As jcenter is deprecated please move this to mavenCentral.
The text was updated successfully, but these errors were encountered:
Greetings,
I'm having an issue with importing this SDK to my client's Android project.
I have added
implementation 'com.payten.msu:cse-android:1.1.1'
to a project and I'm getting an error :After some research, I found out that this SDK is only available on
jcenter
.As
jcenter
is deprecated please move this tomavenCentral
.The text was updated successfully, but these errors were encountered: