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.
2 parents f501692 + 26eaf75 commit 079998eCopy full SHA for 079998e
app/build.gradle
@@ -9,17 +9,17 @@ ext {
9
// exactly 1 digit
10
versionMinor = 0
11
// exactly 2 digits
12
- versionBuild = 00
+ versionBuild = 01
13
}
14
15
android {
16
- compileSdkVersion 28
+ compileSdkVersion 'android-P'
17
buildToolsVersion "28.0.0"
18
19
defaultConfig {
20
applicationId "com.afwsamples.testdpc"
21
minSdkVersion 21
22
- targetSdkVersion 28
+ targetSdkVersion 'P'
23
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
24
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
25
multiDexEnabled true
0 commit comments