Object BuildUtils
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public class BuildUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static BuildUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisDebugBuild(Context context)Check if the current build is a debug build. -
-
Method Detail
-
isDebugBuild
final Boolean isDebugBuild(Context context)
Check if the current build is a debug build.
- Parameters:
context- Context- Returns:
whether the build is a debug build or not
-
-
-
-