diff --git a/app/build.gradle b/app/build.gradle index aa06fe796c..f4f0ad90e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,12 +80,6 @@ def abiPostFix = ['universal' : 0, def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ] def selectableVariants = [ - 'internalProdFlipper', - 'internalProdPerf', - 'internalProdRelease', - 'internalStagingFlipper', - 'internalStagingPerf', - 'internalStagingRelease', 'nightlyProdFlipper', 'nightlyProdPerf', 'nightlyProdRelease', @@ -299,14 +293,6 @@ android { buildConfigField "String", "BUILD_DISTRIBUTION_TYPE", "\"website\"" } - internal { - dimension 'distribution' - ext.websiteUpdateUrl = "null" - buildConfigField "boolean", "PLAY_STORE_DISABLED", "false" - buildConfigField "String", "NOPLAY_UPDATE_URL", "$ext.websiteUpdateUrl" - buildConfigField "String", "BUILD_DISTRIBUTION_TYPE", "\"internal\"" - } - nightly { dimension 'distribution' versionNameSuffix "-nightly-untagged-${getDateSuffix()}" diff --git a/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index a898496a1d..0000000000 --- a/app/src/internal/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file