Skip to content

Commit

Permalink
Merge pull request #628 from yangyansong-adbe/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yangyansong-adbe authored Mar 15, 2024
2 parents 045f234 + 4f4afad commit 9344226
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 9344226

Please sign in to comment.