Skip to content

Commit a2eb738

Browse files
author
yuemingw
committed
Update Sdk version.
Test: manual Bug: 121154856 Change-Id: I86d73a376d96d460a5ea83863da9043800e3af0e
1 parent 023c843 commit a2eb738

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
@@ -13,13 +13,13 @@ ext {
1313
}
1414

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

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

0 commit comments

Comments
 (0)