microsoftconnect / ms-intune-app-sdk-android

Intune App SDK for Android enables data protection features and mobile app management via Microsoft Intune
43 stars 17 forks source link

Upgrade from 9.1.0 to 10.0.0 #207

Closed TarekBenDriss closed 5 months ago

TarekBenDriss commented 8 months ago

Intune Android App SDK Gradle Build Plugin Issue

Questions to Ask Before Submission

  1. Does your app compile and launch successfully without the Intune App SDK? Yes
  2. Have you checked the Microsoft Intune App SDK for Android repository for similar issues? Yes
  3. Are you using the latest version of the SDK and Plugin? No

Summary

Our app is using MAM sdk 9.1.0, and we want to update it to 10.0.0, but we can't find a documentation on how to update the library. We can only find the documentation of how to add the library to the project. We tried removing the existing library and add it again using this documentation but it seems that it's an outdated docs since the option to import .jar/aar packages is no longer possible

Details

Logs

Before submitting, please attach the following:

NA

Android Studio / Gradle Logs

Please write the output of your Gradle build (with the --debug and --stacktrace options) to a file and attach it to this issue.

NA

Gradle Build Plugin Report Logs

Please enable reporting and share the resulting files at output\logs as a zip file.

NA

AndroidX Dependencies

If your app includes any AndroidX libraries, please list them here, along with the version info:

Third-Party Library Dependencies

If your app includes any third-party libraries, please list them here, along with the version info:

mcsimons commented 8 months ago

Hi @TarekBenDriss - we don't have specific documentation on how to upgrade the SDK version, you need to download the newest SDK and replace the old version you should not need to fully remove MAM when upgrading. We also have release notes with any noteworthy changes - https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases/tag/10.0.0.

meghandaly commented 5 months ago

Closing issue, please refer to @mcsimons response.