Skip to content

Commit 708b6a3

Browse files
tony-makAndrewScull
authored andcommitted
Add a product flavor to build APK target API 25
APK targeting O must be "test only" and can only be installed in O+ devices. Let's have two build variants temporarily until the restriction is gone Change-Id: I6d4fcaca96bb1dbbb06a07f515d75e05ee967da1
1 parent 72c250a commit 708b6a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ android {
3434
}
3535
}
3636

37+
productFlavors {
38+
target25 {
39+
targetSdkVersion 25
40+
}
41+
}
42+
3743
lintOptions {
3844
check 'NewApi'
3945
abortOnError true

0 commit comments

Comments
 (0)