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 68a51df commit 9feda3fCopy full SHA for 9feda3f
mk/android/app/build.gradle
@@ -46,7 +46,7 @@ android {
46
}
47
48
49
- if (!ext.ci) {
+ if (!rootProject.ext.ci) {
50
// HACK: this just does not work on CI. whatever. it's meant for app bundles anyway.
51
assetPacks = [":assetpack"]
52
0 commit comments