Skip to content

Commit

Permalink
Merge pull request #243 from PravinPK/fix_OpenURl
Browse files Browse the repository at this point in the history
Add Edge Dependency to Messaging Extension
  • Loading branch information
PravinPK authored Mar 14, 2024
2 parents 0eb194b + 7d0c15d commit ba08020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mavenUploadDryRunFlag=false

# production versions for production build
mavenCoreVersion=3.0.0-beta.1-SNAPSHOT
mavenEdgeVersion=3.0.0-beta.1-SNAPSHOT

functionalTestEdgeIdentityVersion=3.0.0-beta.1-SNAPSHOT
functionalTestEdgeVersion=3.0.0-beta.1-SNAPSHOT
Expand Down
2 changes: 2 additions & 0 deletions code/messaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ plugins {
}

val mavenCoreVersion: String by project
val mavenEdgeVersion: String by project

aepLibrary {
namespace = "com.adobe.marketing.mobile"
Expand All @@ -23,6 +24,7 @@ aepLibrary {
publishing {
gitRepoName = "aepsdk-messaging-android"
addCoreDependency(mavenCoreVersion)
addEdgeDependency(mavenEdgeVersion)
}

android {
Expand Down

0 comments on commit ba08020

Please sign in to comment.