Open krazykira opened 7 hours ago
Hey @krazykira,
JavaVersion.VERSION_1_8
is older, you need to upgrade to JavaVersion.VERSION_17
at least. Note it's not JavaVersion.VERSION_1_7
. Here's configuration of our example app.
BTW, we provide an example app along with our SDKs that showcase some payment flows and screens.
Here's how to setup it:
1) Checkout this repository.
2) Modify ProcessOutExampleApplication by setting your projectId
and privateKey
which refers to your ProcessOut project. Note that privateKey
is used only in example app to simulate some of the backend behavior, like creating an invoice, it should never be used in production app and is hidden by @ProcessOutInternalApi annotation, you can opt-in only for testing.
3) Change Build Variant
to productionDebug
.
4) Run example
configuration on device or emulator.
Hello,
We have tried integrating
process out ui sdk
into a test project and Android Studio is complaining during compilation about JVM version. The error we get isHere is the app/build.gradle for details:
Is there a way to solve this issue without downgrading the JVM version of the app?