-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android studio 3 #7
Comments
Not yet, because preparing the code base for AS3 was leading to breaking changes if one isn't setting compileSDK and targetSDK >= than 23. |
Hello, when exactly? |
We don't communicate a precise timeline, because we don't want to commit to a deadline we are not sure to hold. As of "Q1", before end of March. If everything goes smooth, it |
Ok thanks, i have moved back to AS 2.3.3 for now and ill wait for SDK 3.0.0. |
Ok good stuff. I will contact you directly via email. |
RE compilation issue:
|
Hello is it possible to use your sdk in android studio 3?
Im getting this error:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
after adding
compile 'com.sumup:merchant-api:1.3.1'
When i add
compile('com.sumup:merchant-sdk:2.5.0@aar') {
transitive = true
}
im getting this error:
Error:Execution failed for task ':app:javaPreCompileDebug'.
The text was updated successfully, but these errors were encountered: