Revert target SDK to 26 due to splash screen bug: https://tinyurl.com/yb9ll4cd

This commit is contained in:
Brad Davis 2019-01-18 10:30:02 -08:00
parent f552f8d78a
commit a3e9ad9bc2

View file

@ -35,7 +35,7 @@ task renameHifiACTaskRelease(type: Copy) {
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 28 compileSdkVersion 26
//buildToolsVersion '27.0.3' //buildToolsVersion '27.0.3'
def appVersionCode = Integer.valueOf(VERSION_CODE ?: 1) def appVersionCode = Integer.valueOf(VERSION_CODE ?: 1)
@ -44,7 +44,7 @@ android {
defaultConfig { defaultConfig {
applicationId "io.highfidelity.hifiinterface" applicationId "io.highfidelity.hifiinterface"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 28 targetSdkVersion 26
versionCode appVersionCode versionCode appVersionCode
versionName appVersionName versionName appVersionName
ndk { abiFilters 'arm64-v8a' } ndk { abiFilters 'arm64-v8a' }