mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
* Fix #2215 Added BetaCheckerUtil class and made necessary changes * Fix #2215 Fixed formatting error in LogSender class * Fix #2215 Renamed BetaCheckerUtil to ConfigUtils * Fix #2215 Fixed formatting in CommonsApplicationModule
This commit is contained in:
parent
cd322d2f57
commit
b05b302e65
9 changed files with 39 additions and 24 deletions
10
app/src/main/java/fr/free/nrw/commons/utils/ConfigUtils.java
Normal file
10
app/src/main/java/fr/free/nrw/commons/utils/ConfigUtils.java
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package fr.free.nrw.commons.utils;
|
||||
|
||||
import fr.free.nrw.commons.BuildConfig;
|
||||
|
||||
public class ConfigUtils {
|
||||
|
||||
public static boolean isBetaFlavour() {
|
||||
return BuildConfig.FLAVOR.equals("beta");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue