Skip to content

Commit

Permalink
Merge pull request #629 from adobe/dev-v3.0.0
Browse files Browse the repository at this point in the history
Fix typos in Android 3.0.0-beta.1 snapshot builds
  • Loading branch information
yangyansong-adbe authored Mar 15, 2024
2 parents 20cebbb + 9344226 commit fa5fccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/identity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aepLibrary {
gitRepoName = "aepsdk-core-android"

// Stop using snapshot version after release
addCoreDependency("$coreExtensionVersion-SNAPSHPOT")
addCoreDependency("$coreExtensionVersion-SNAPSHOT")
}
}

Expand Down
2 changes: 1 addition & 1 deletion code/lifecycle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aepLibrary {
gitRepoName = "aepsdk-core-android"

// Stop using snapshot version after release
addCoreDependency("$coreExtensionVersion-SNAPSHPOT")
addCoreDependency("$coreExtensionVersion-SNAPSHOT")
}
}

Expand Down
2 changes: 1 addition & 1 deletion code/signal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aepLibrary {
gitRepoName = "aepsdk-core-android"

// Stop using snapshot version after release
addCoreDependency("$coreExtensionVersion-SNAPSHPOT")
addCoreDependency("$coreExtensionVersion-SNAPSHOT")
}
}

Expand Down

0 comments on commit fa5fccb

Please sign in to comment.