Closed steveyken closed 2 years ago
The minimum android API level needs updating in order to publish to Google Play.
Starting in November 2021, app updates will be required to target API level 30 or above and adjust for behavioral changes in Android 11.
Hints:
Rakefile
ANDROID_SUPPORT_VERSION
.circleci/config.yml
circleci/android:api-30-node
android_build_and_deploy
Completed and merged to master
The minimum android API level needs updating in order to publish to Google Play.
Starting in November 2021, app updates will be required to target API level 30 or above and adjust for behavioral changes in Android 11.
Hints:
Rakefile
: updateANDROID_SUPPORT_VERSION
to v30.circleci/config.yml
update the CircleCI docker build image tocircleci/android:api-30-node
in theandroid_build_and_deploy
step