Skip to content

Commit

Permalink
Bump target SDK version to 28 (Nov 1 deadline)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jul 22, 2019
1 parent 5eb8da9 commit a052d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def getVersionName = {
}

android {
compileSdkVersion 26
compileSdkVersion 28
defaultConfig {
applicationId "edu.washington.cs.ubicomplab.rdt_reader"
minSdkVersion 21
targetSdkVersion 26
targetSdkVersion 28
versionCode getVersionCode()
versionName getVersionName()
archivesBaseName = "${project.name}-${versionName}"
Expand Down

0 comments on commit a052d20

Please sign in to comment.