We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb8da9 commit a052d20Copy full SHA for a052d20
app/build.gradle
@@ -26,11 +26,11 @@ def getVersionName = {
26
}
27
28
android {
29
- compileSdkVersion 26
+ compileSdkVersion 28
30
defaultConfig {
31
applicationId "edu.washington.cs.ubicomplab.rdt_reader"
32
minSdkVersion 21
33
- targetSdkVersion 26
+ targetSdkVersion 28
34
versionCode getVersionCode()
35
versionName getVersionName()
36
archivesBaseName = "${project.name}-${versionName}"
0 commit comments