Skip to content

Commit f8b1cfe

Browse files
committed
fix ci check
1 parent 7791ed6 commit f8b1cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747
}
4848

49-
if (!ext.ci) {
49+
if (!rootProject.ext.ci) {
5050
// HACK: this just does not work on CI. whatever. it's meant for app bundles anyway.
5151
assetPacks = [":assetpack"]
5252
}

0 commit comments

Comments
 (0)