Skip to content

Commit

Permalink
add missing coma
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed May 30, 2024
1 parent 6d992db commit f7ef046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ dependencies {
exclude group: 'org.wordpress', module: 'utils'
exclude group: 'com.android.support', module: 'support-annotations'
}
implementation ("$gradle.ext.wputilsBinaryPath$wordPressUtilsVersion") {
implementation ("$gradle.ext.wputilsBinaryPath:$wordPressUtilsVersion") {
version {
strictly wordPressUtilsVersion
}
Expand Down

0 comments on commit f7ef046

Please sign in to comment.