Skip to content

Commit

Permalink
Merge pull request #88 from adobe/dev-v2.3.0
Browse files Browse the repository at this point in the history
Merge to Staging for 2.3.0 Gradle fix for publish
  • Loading branch information
kevinlind authored Aug 25, 2023
2 parents 54e3121 + 2773a7d commit cd5d61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/edge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ publishing {
url = 'https://github.com/adobe/aepsdk-edge-android'
}
withXml {
def dependenciesNode = asNode(null).appendNode('dependencies')
def dependenciesNode = asNode().appendNode('dependencies')

def coreDependencyNode = dependenciesNode.appendNode('dependency')
coreDependencyNode.appendNode('groupId', 'com.adobe.marketing.mobile')
Expand Down

0 comments on commit cd5d61f

Please sign in to comment.