fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Update Android version to API level 34 #590

Closed geosaaga closed 2 months ago

geosaaga commented 4 months ago

According to Google:

Starting August 31, 2024, new apps and app update submissions must target Android 14 (API level 34), except for Wear and TV OS apps, which must target Android 13 (API level 33) or higher. Existing apps must target Android 13 (API level 33) or higher to remain available to new users on devices running Android OS higher than your app's target API level.

Update weather app to support API level 34. Best way to do this is to update React Native to latest version to avoid any unexpected behavior. Because changing API level changes how the app behaves.

https://developer.android.com/about/versions/14/behavior-changes-14

AnttiRumpunen commented 3 months ago

PR #592

AnttiRumpunen commented 3 months ago

minSdkVersion = 23 targetSdkVersion = 34