Skip to content

Commit 3ec5234

Browse files
authored
Bump target SDK version to 28
#32
2 parents 5eb8da9 + a052d20 commit 3ec5234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def getVersionName = {
2626
}
2727

2828
android {
29-
compileSdkVersion 26
29+
compileSdkVersion 28
3030
defaultConfig {
3131
applicationId "edu.washington.cs.ubicomplab.rdt_reader"
3232
minSdkVersion 21
33-
targetSdkVersion 26
33+
targetSdkVersion 28
3434
versionCode getVersionCode()
3535
versionName getVersionName()
3636
archivesBaseName = "${project.name}-${versionName}"

0 commit comments

Comments
 (0)