Skip to content

Commit dbf8f2a

Browse files
committed
No longer support target O APK
Was meant to workaround the target SDK issue, but the trick no longer works. Change-Id: Ibc9a2a6c47f99291da72373cb137d541af306f27
1 parent 6c46f1b commit dbf8f2a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

app/build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,8 @@ android {
3232
}
3333
}
3434

35-
flavorDimensions "targetSdk", "packageName"
35+
flavorDimensions "packageName"
3636
productFlavors {
37-
targetP {
38-
dimension 'targetSdk'
39-
targetSdkVersion 28
40-
}
41-
targetO {
42-
dimension 'targetSdk'
43-
targetSdkVersion 27
44-
}
4537
normal {
4638
dimension 'packageName'
4739
}

0 commit comments

Comments
 (0)