Skip to content

Commit 079998e

Browse files
author
android-build-team Robot
committed
Merge cherrypicks of [3992415, 3992416] into ub-testdpc-pic-release
Change-Id: Ib500280f654f0e187b45439044c25afccdeffaca
2 parents f501692 + 26eaf75 commit 079998e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ ext {
99
// exactly 1 digit
1010
versionMinor = 0
1111
// exactly 2 digits
12-
versionBuild = 00
12+
versionBuild = 01
1313
}
1414

1515
android {
16-
compileSdkVersion 28
16+
compileSdkVersion 'android-P'
1717
buildToolsVersion "28.0.0"
1818

1919
defaultConfig {
2020
applicationId "com.afwsamples.testdpc"
2121
minSdkVersion 21
22-
targetSdkVersion 28
22+
targetSdkVersion 'P'
2323
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
2424
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
2525
multiDexEnabled true

0 commit comments

Comments
 (0)