Skip to content

Commit 0df7362

Browse files
committed
fix: apply before-plugins before checking versions
1 parent e7e8eaf commit 0df7362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def setAppIdentifier = { ->
186186
}
187187

188188
android {
189+
applyBeforePluginGradleConfiguration()
189190

190191
if (enableKotlin) {
191192
kotlinOptions {
@@ -242,7 +243,6 @@ android {
242243
}
243244

244245
setAppIdentifier()
245-
applyBeforePluginGradleConfiguration()
246246
applyPluginGradleConfigurations()
247247
applyAppGradleConfiguration()
248248

0 commit comments

Comments
 (0)