App target updated to SDK 28 (Android P) (#526)
Now that APIs have been finalised as of P Preview 3 (P Beta 2), app can target SDK 28 successfully.
This commit is contained in:
parent
f32954aebe
commit
21de932e32
2 changed files with 5 additions and 4 deletions
|
|
@ -44,13 +44,13 @@ static def getProperty(@Nullable Properties properties, String name) {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '27.0.3'
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.0'
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
|
||||
renderscriptTargetApi 27
|
||||
renderscriptTargetApi 28
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId 'com.kabouzeid.gramophone'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue