[codenameone-discussions] Re: Integration with Tab payment method

2020-01-02 Thread Fuad Nassar
oky thanks i will try that On Thursday, January 2, 2020 at 4:17:54 AM UTC+2, Shai Almog wrote: > > The best approach here is to download the sources without the changes and > try to integrate the lib into there. Then look at the changes you had to do > to the build and try to replicate them

[codenameone-discussions] Re: Integration with Tab payment method

2020-01-01 Thread Shai Almog
The best approach here is to download the sources without the changes and try to integrate the lib into there. Then look at the changes you had to do to the build and try to replicate them exactly in the build cloud. -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: Integration with Tab payment method

2020-01-01 Thread Fuad Nassar
According https://github.com/Tap-Payments/goSellSDK-android#proguard-rules Requirements -- To use the SDK the following requirements must be met: 1. Android Studio 3.3 or newer 2. Android SDK Tools 26.1.1 or newer 3. Android Platform Version: API 28: Android

[codenameone-discussions] Re: Integration with Tab payment method

2019-12-31 Thread Shai Almog
This seems to be a problem with their SDK. Is it meant to work with API level 28? Maybe it needs a newer version of the build tools? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: Integration with Tab payment method

2019-12-30 Thread Shai Almog
Hi, We use gradle 4.6 so I think it should without a change but I'm not sure. The Java 8 support in Android native isn't something that's currently toggleable. We have an experimental flag android.java8=true but I'm not sure if it will work correctly. -- You received this message because you