diff --git a/android/apps/interface/build.gradle b/android/apps/interface/build.gradle index 46d1574b18..4163df03b7 100644 --- a/android/apps/interface/build.gradle +++ b/android/apps/interface/build.gradle @@ -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' }