Skip to content

drop support for api10 #122

@forrestguice

Description

@forrestguice

From https://developer.android.com/topic/libraries/support-library/index.html

Caution: Starting with Support Library release 26.0.0 (July 2017), the minimum supported API level across most support libraries has increased to Android 4.0 (API level 14) for most library packages. For more information, see Version Support and Package Names in this document.

I'd like to continue supporting older devices but dropping support is an eventuality. The targetSdkVersion is currently set to 25 and is going to remain that way into the forseable future. I'll continue to support api10 until forced to bump the version.

I'm not sure when that will happen, but using new api features will of course mean upgrading. The last time I felt compelled to upgrade the build was the introduction of Lollipop (api21) to support changes to permissions.

Personally, my last Gingerbread based device died a few months ago, and https://developer.android.com/about/dashboards/index.html only reports 0.5% - to say most people have upgraded is an understatement. However, I'm not really sure that statistic includes devices that are no longer used as phones (and are without network access to report to gplay). My impression is that older, cheaper, obsolete devices are frequently used as GPS trackers (which was my motivation for supporting them).

Informal poll... What do you think? What version is your device running? Do you still own an Android device running api10? (or even know of anybody). How about api14, or api15?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions