Skip to content

Commit 947a981

Browse files
authoredJun 24, 2022
Merge pull request #1714 from farfromrefug/before_plugins_fix
fix: apply before-plugins before checking versions
2 parents 92e7769 + 0df7362 commit 947a981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test-app/app/build.gradle

+1-1
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)