Skip to content

Commit 26eaf75

Browse files
yuemingwandroid-build-team Robot
authored andcommitted
Bump TestDpc version code and change sdk version to "P".
Bug: 78502208 Change-Id: I8d77ead63002d9000e679e8291daa6522cddd888 (cherry picked from commit edf58d501920c92e76143ada70169e799e7db188)
1 parent f501692 commit 26eaf75

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)