Skip to content

Commit

Permalink
Bump target SDK version to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed Oct 20, 2019
2 parents 5eb8da9 + a052d20 commit 3ec5234
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 3ec5234

Please sign in to comment.