Skip to content

Commit 6c58b3f

Browse files
committed
Combined two buildFeatures
1 parent ff9269e commit 6c58b3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/host/android/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ android {
7171
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
7272

7373
buildFeatures {
74-
prefab = true
74+
buildConfig true
75+
prefab true
7576
}
7677

7778
defaultConfig {
@@ -103,10 +104,6 @@ android {
103104
}
104105
}
105106

106-
buildFeatures {
107-
buildConfig true
108-
}
109-
110107
buildTypes {
111108
debug {
112109
jniDebuggable true

0 commit comments

Comments
 (0)