mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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'
|
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' }
|
||||||
|
|
Loading…
Reference in a new issue