martykan / forecastie

A simple, opensource weather app for Android.
Other
867 stars 335 forks source link

Fix crashes and deprecations for Android 12/Gradle 8 #673

Open AdamNiederer opened 2 years ago

AdamNiederer commented 2 years ago

Sets android:export and FLAG_IMMUTABLE to make the main intent and widget intents not crash on Android 12, and removes the deprecated jcenter repo from Gradle.

FLAG_IMMUTABLE's minimum Android version is 6, so I've duplicated the getBroadcast calls for versions >=6 and <6