diff --git a/app/build.gradle b/app/build.gradle index 5c921c11f..c258f2fe5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,11 +51,6 @@ android { proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } - beta { - initWith release - applicationIdSuffix = ".beta" - } - nightly { initWith release applicationIdSuffix = ".nightly"