Skip to content

Commit 2dc47db

Browse files
authored
Merge pull request #782 from adobe/core-update-version-3.5.0
Updating Core version to 3.5.0
2 parents da102b8 + e7e7642 commit 2dc47db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/core/src/main/java/com/adobe/marketing/mobile/internal/CoreConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package com.adobe.marketing.mobile.internal
1313

1414
internal object CoreConstants {
1515
const val LOG_TAG = "MobileCore"
16-
const val VERSION = "3.4.1"
16+
const val VERSION = "3.5.0"
1717

1818
object EventDataKeys {
1919
/**

code/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android.useAndroidX=true
55

66
#Maven artifacts
77
#Core extension
8-
coreExtensionVersion=3.4.1
8+
coreExtensionVersion=3.5.0
99
coreExtensionName=core
1010
coreMavenRepoName=AdobeMobileCoreSdk
1111
coreMavenRepoDescription=Android Core Extension for Adobe Mobile Marketing

0 commit comments

Comments
 (0)