i2p / i2p.i2p-bote

I2P-Bote is a serverless, encrypted e-mail application.
https://i2pbote.xyz
Other
146 stars 44 forks source link

Use Android functionality with minSdkVersion of 14 #117

Open str4d opened 5 years ago

str4d commented 5 years ago

The Android support libraries, as of version 28 IIRC, now all require minSdkVersion = 14. This would finally drop support for some very old Android versions that we have maintained support for, but given that the I2P Android app has already been bumped to that minimum, and given the almost negligible user base of those older versions, there's no significant reason to not do so here as well.

Things to do:

str4d commented 5 years ago

118 bumped minSdkVersion, so this issue now just covers the various changes we can make now that we don't have to support pre-14 API versions.