i2p / i2p.i2p-bote

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

Update Android app to handle API 26, or migrate to target API 28 #113

Open str4d opened 5 years ago

str4d commented 5 years ago

Google Play currently requires that app updates target at least API 26, and will bump this to API 28 from November 1st 2019.

The Bote Android app (which was last published in 2015) does not meet this requirement:

https://github.com/i2p/i2p.i2p-bote/blob/9019f4025282262a6bbdc4ff98c4c0db64e3c8a0/android/build.gradle#L9

There are four major API changes we need to handle:

This issue is for tracking progress of the migration.

str4d commented 5 years ago

118 bumped targetSdkVersion to 26 without investigating any of the above changes. This issue is now also a meta-issue for any bugs that arise as a result. Close condition remains that the above changes need to be handled.