Skip to content

Commit

Permalink
android: Bump targetSdkVersion to 26 (!)
Browse files Browse the repository at this point in the history
This is not thoroughly tested, and there'll be important follow-up
work for us to do.  It causes all systems running newer versions of
Android than our current target to treat our app with a number of
behavior changes introduced by the versions since then, up to the new
target -- which means 6.0, 7.0, 7.1, and 8.0, aka Marshmallow, Nougat,
and Oreo.  That's years of changes, with known and, surely, unknown
changes that affect us.

But we don't have much choice, because beginning on 2018-11-01 --
next week -- this is a requirement for uploading new releases to the
Play Store.  I'm going to send this today to alpha to help us shake
out problems.
  • Loading branch information
gnprice committed Oct 24, 2018
1 parent c8b416d commit 53970d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
minSdkVersion = 19
targetSdkVersion = 22
targetSdkVersion = 26
compileSdkVersion = 27

buildToolsVersion = "27.0.3"
Expand Down

0 comments on commit 53970d4

Please sign in to comment.