Skip to content

Commit a052d20

Browse files
committed
Bump target SDK version to 28 (Nov 1 deadline)
1 parent 5eb8da9 commit a052d20

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)