We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da102b8 + e7e7642 commit 2dc47dbCopy full SHA for 2dc47db
code/core/src/main/java/com/adobe/marketing/mobile/internal/CoreConstants.kt
@@ -13,7 +13,7 @@ package com.adobe.marketing.mobile.internal
13
14
internal object CoreConstants {
15
const val LOG_TAG = "MobileCore"
16
- const val VERSION = "3.4.1"
+ const val VERSION = "3.5.0"
17
18
object EventDataKeys {
19
/**
code/gradle.properties
@@ -5,7 +5,7 @@ android.useAndroidX=true
5
6
#Maven artifacts
7
#Core extension
8
-coreExtensionVersion=3.4.1
+coreExtensionVersion=3.5.0
9
coreExtensionName=core
10
coreMavenRepoName=AdobeMobileCoreSdk
11
coreMavenRepoDescription=Android Core Extension for Adobe Mobile Marketing
0 commit comments