sanderbaas / WeatherWidget

Add widget to home screen with 4 to 6 day weather forecast in your location
MIT License
22 stars 7 forks source link

Incompatible with popular Android devices #13

Closed HiFromAjay closed 5 years ago

HiFromAjay commented 5 years ago

The app supports min SDK 23, which is incompatible with some of the popular Android devices currently in use such as Galaxy J2, J1 Ace, Grand Prime, and Oppo A37f. These Android devices support min SDK 22.

jspricke commented 5 years ago

This makes it impossible to upgrade from 1.3.2 to 1.3.3 (using F-Droid). The resulting error is: Error -26: null and adb logcat gives: PackageManager: Package nl.implode.weer new target SDK 22 doesn't support runtime permissions but the old target SDK 23 does.

(uninstalling the old version before installing the new one works but results in configuration loss.)

Bubu commented 5 years ago

Note the difference between target and minsdk. You can keep minsdk low but you must now keep targetsdk at >=23 or anyone who has 1.3.2 installed cannot install any updates any more.

sanderbaas commented 5 years ago

Thanks, I'll look into it tomorrow.