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:
Sai 2018-06-17 21:57:31 -04:00 committed by Eugene
commit 21de932e32
2 changed files with 5 additions and 4 deletions

View file

@ -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'