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 dcb2ffd + 7132ba5 commit c6d4395Copy full SHA for c6d4395
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.1.1"
+ const val VERSION = "3.1.2"
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.1.1
+coreExtensionVersion=3.1.2
9
coreExtensionName=core
10
coreMavenRepoName=AdobeMobileCoreSdk
11
coreMavenRepoDescription=Android Core Extension for Adobe Mobile Marketing
0 commit comments