Skip to content

Commit

Permalink
android: Bump compileSdkVersion to 27.
Browse files Browse the repository at this point in the history
This version number doesn't have much effect, except that it must be
at least targetSdkVersion.  So this upgrade is easy.
  • Loading branch information
gnprice committed Oct 11, 2018
1 parent 9c739a5 commit b28b163
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 @@ -4,7 +4,7 @@ buildscript {
ext {
minSdkVersion = 19
targetSdkVersion = 22
compileSdkVersion = 23
compileSdkVersion = 27

buildToolsVersion = "27.0.3"

Expand Down

0 comments on commit b28b163

Please sign in to comment.