Skip to content

Commit

Permalink
Updating Identity version to 3.0.2 (#737)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 8, 2025
1 parent bce8737 commit 25a4978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lifecycleExtensionName=lifecycle
lifecycleMavenRepoName=AdobeMobileLifecycleSdk
lifecycleMavenRepoDescription=Android Lifecycle Extension for Adobe Mobile Marketing
#Identity extension
identityExtensionVersion=3.0.1
identityExtensionVersion=3.0.2
identityExtensionName=identity
identityMavenRepoName=AdobeMobileIdentitySdk
identityMavenRepoDescription=Android Identity Extension for Adobe Mobile Marketing
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class Identity {

private static final String CLASS_NAME = "Identity";
private static final String EXTENSION_VERSION = "3.0.1";
private static final String EXTENSION_VERSION = "3.0.2";
private static final String REQUEST_IDENTITY_EVENT_NAME = "IdentityRequestIdentity";
private static final int PUBLIC_API_TIME_OUT_MILLISECOND = 500; // ms
private static final String LOG_TAG = "Identity";
Expand Down

0 comments on commit 25a4978

Please sign in to comment.