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 f366170 commit 706d6b1Copy full SHA for 706d6b1
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