Skip to content
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

Support for compileSdkVersion 31 #59

Open
Cliff2103 opened this issue Mar 9, 2022 · 5 comments
Open

Support for compileSdkVersion 31 #59

Cliff2103 opened this issue Mar 9, 2022 · 5 comments

Comments

@Cliff2103
Copy link

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?

@xingliangt
Copy link
Collaborator

working inprogress ,thank you

@huizh
Copy link
Collaborator

huizh commented Oct 25, 2022

The support of API/SDK 31 has been published, please try that.
https://github.com/citrix/citrix-mam-sdks/releases/tag/22.9.0

@tobias-indico
Copy link

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?

@xingliangt
Copy link
Collaborator

xingliangt commented Oct 26, 2022

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

@tobias-indico
Copy link

That sounds great! I use another Android Studio project to generate the mdx-file so the java version issue should've been solved already :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants