mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 11:52:47 +02:00
Revert target SDK to 26 due to splash screen bug: https://tinyurl.com/yb9ll4cd
This commit is contained in:
parent
f552f8d78a
commit
a3e9ad9bc2
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ task renameHifiACTaskRelease(type: Copy) {
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 26
|
||||
//buildToolsVersion '27.0.3'
|
||||
|
||||
def appVersionCode = Integer.valueOf(VERSION_CODE ?: 1)
|
||||
|
@ -44,7 +44,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "io.highfidelity.hifiinterface"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 26
|
||||
versionCode appVersionCode
|
||||
versionName appVersionName
|
||||
ndk { abiFilters 'arm64-v8a' }
|
||||
|
|
Loading…
Reference in a new issue