Skip to content

Commit

Permalink
Merge cherrypicks of [3992415, 3992416] into ub-testdpc-pic-release
Browse files Browse the repository at this point in the history
Change-Id: Ib500280f654f0e187b45439044c25afccdeffaca
  • Loading branch information
android-build-team Robot committed May 2, 2018
2 parents f501692 + 26eaf75 commit 079998e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ ext {
// exactly 1 digit
versionMinor = 0
// exactly 2 digits
versionBuild = 00
versionBuild = 01
}

android {
compileSdkVersion 28
compileSdkVersion 'android-P'
buildToolsVersion "28.0.0"

defaultConfig {
applicationId "com.afwsamples.testdpc"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 'P'
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
multiDexEnabled true
Expand Down

0 comments on commit 079998e

Please sign in to comment.