Open Cliff2103 opened 2 years ago
working inprogress ,thank you
The support of API/SDK 31 has been published, please try that. https://github.com/citrix/citrix-mam-sdks/releases/tag/22.9.0
It's great that we now can use API 31! 👍 However I see that I also can build and install the app with using both a compileSdkVersion and a targetSdkVersion of API level 33, is this not recommended and could cause problems?
If there are no changes to the Android system (for example, api 31 needs to set components to exported=true), you can use api 33. Generally, it does not affect. At present, mdx utility only supports java 8, while api 33 may requires java 11, which may have some impact
That sounds great! I use another Android Studio project to generate the mdx-file so the java version issue should've been solved already :)
In our project we're trying to upgrade some libraries. Unfortunately the android mam-sdk is still on compileSdkVersion 30 and we can't upgrade. Are there any (short-term) plans to support compileSdkVersion 31?