Skip to content

Commit 6cbfea9

Browse files
tony-makAndroid (Google) Code Review
authored andcommitted
Merge "Bump version to 3.0.6" into ub-testdpc-nyc
2 parents 3b0f47a + e765f10 commit 6cbfea9

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

app/build.gradle

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

1515
android {
@@ -19,7 +19,7 @@ android {
1919
defaultConfig {
2020
applicationId "com.afwsamples.testdpc"
2121
minSdkVersion 21
22-
targetSdkVersion 23
22+
targetSdkVersion 24
2323
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
2424
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
2525
}
@@ -56,18 +56,6 @@ android {
5656
}
5757
}
5858

59-
productFlavors {
60-
standard {
61-
minSdkVersion 21
62-
targetSdkVersion 23
63-
}
64-
65-
N {
66-
minSdkVersion 21
67-
targetSdkVersion 24
68-
}
69-
}
70-
7159
// Enable lint checking in all build variants.
7260
applicationVariants.all { variant ->
7361
variant.outputs.each { output ->

0 commit comments

Comments
 (0)