We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e41b4 commit 9905067Copy full SHA for 9905067
android/app/build.gradle
@@ -33,6 +33,13 @@ import com.android.build.OutputFile
33
* // bundleInPaidRelease: true,
34
* // bundleInBeta: true,
35
*
36
+ * // whether to disable dev mode in custom build variants (by default only disabled in release)
37
+ * // for example: to disable dev mode in the staging build type (if configured)
38
+ * devDisabledInStaging: true,
39
+ * // The configuration property can be in the following formats
40
+ * // 'devDisabledIn${productFlavor}${buildType}'
41
+ * // 'devDisabledIn${buildType}'
42
+ *
43
* // the root of your project, i.e. where "package.json" lives
44
* root: "../../",
45
0 commit comments