From 0747eb36c5f3600d731c2f4e611f0be1ff45a44b Mon Sep 17 00:00:00 2001 From: Rahul Kumar Patel Date: Mon, 1 Mar 2021 15:46:48 +0530 Subject: [PATCH] No more betas --- app/build.gradle | 5 ----- 1 file changed, 5 deletions(-) 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"