Automattic / simplenote-android

Simplenote for Android
https://simplenote.com
GNU General Public License v2.0
1.76k stars 299 forks source link

Upgraded targetSdkVersion from 31 to 33 #1607

Closed shivank-dvlpr closed 10 months ago

shivank-dvlpr commented 12 months ago

Problem

According to new Google Play target API level requirement new apps must target Android 13 API level 33 or above except for wear OS

https://developer.android.com/google/play/requirements/target-sdk

Fix

Changed compileSdkVersion and targetSdkVersion from 31 to 33.

peril-automattic[bot] commented 12 months ago
Warnings
:warning: PR is missing at least one label.

Generated by :no_entry_sign: dangerJS

danilo04 commented 10 months ago

The changes to use SDK 33 were merged in #1612. Thank you for the changes.