Is there any documentation which helps to change the target version to 33 in mobile app? #608
-
Hello all, I'm working on SunbirdEd mobile app (4.6 version). As per the Google Play requires all apps to meet target API level requirements before Aug 31, 2023 I need to change the version to 33. Is there any documentation available or can anyone help me how to achieve that? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 18 replies
-
@nidhikachhawa24 We are working on the documentation and will update you soon. |
Beta Was this translation helpful? Give feedback.
-
@nidhikachhawa24 Earlier forgot to inform you that we are providing a patch in release-5.1.0. So you will have to take the code manually and apply the patch if you are using release-4.6.0. The documentation is available here. |
Beta Was this translation helpful? Give feedback.
-
@swayangjit As we have migrated from 31 to 33 the apk works fine with android version 12 and above but the apk wont work below 12. We are facing issue for installing apk on android version 11, 10 any solution? |
Beta Was this translation helpful? Give feedback.
-
Problem: Even though we had adjusted the minSdk version to 22, the apk was still using 31. Installing the apk on an Android version lower than 12 was producing an error. Solution: Sunbird.properties files also need to have the minSdk version changed. It was reading the SDK version from the properties file while creating the APK. |
Beta Was this translation helpful? Give feedback.
@nidhikachhawa24 Earlier forgot to inform you that we are providing a patch in release-5.1.0. So you will have to take the code manually and apply the patch if you are using release-4.6.0. The documentation is available here.