Skip to content

Commit

Permalink
Merge pull request #672 from adobe/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update versions [Core-3.0.1] [Identity-3.0.1] [Lifecycle-3.0.1]
  • Loading branch information
praveek authored May 23, 2024
2 parents e550425 + bc08e97 commit f1a544e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package com.adobe.marketing.mobile.internal

internal object CoreConstants {
const val LOG_TAG = "MobileCore"
const val VERSION = "3.0.0"
const val VERSION = "3.0.1"

object EventDataKeys {
/**
Expand Down
6 changes: 3 additions & 3 deletions code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.useAndroidX=true

#Maven artifacts
#Core extension
coreExtensionVersion=3.0.0
coreExtensionVersion=3.0.1
coreExtensionName=core
coreMavenRepoName=AdobeMobileCoreSdk
coreMavenRepoDescription=Android Core Extension for Adobe Mobile Marketing
Expand All @@ -15,12 +15,12 @@ signalExtensionName=signal
signalMavenRepoName=AdobeMobileSignalSdk
signalMavenRepoDescription=Android Signal Extension for Adobe Mobile Marketing
#Lifecycle extension
lifecycleExtensionVersion=3.0.0
lifecycleExtensionVersion=3.0.1
lifecycleExtensionName=lifecycle
lifecycleMavenRepoName=AdobeMobileLifecycleSdk
lifecycleMavenRepoDescription=Android Lifecycle Extension for Adobe Mobile Marketing
#Identity extension
identityExtensionVersion=3.0.0
identityExtensionVersion=3.0.1
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.0";
private static final String EXTENSION_VERSION = "3.0.1";
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class Lifecycle {

private static final String EXTENSION_VERSION = "3.0.0";
private static final String EXTENSION_VERSION = "3.0.1";

public static final Class<? extends Extension> EXTENSION = LifecycleExtension.class;

Expand Down

0 comments on commit f1a544e

Please sign in to comment.