Skip to content

Commit

Permalink
Merge pull request #99 from adobe/dev-v3.1.0
Browse files Browse the repository at this point in the history
Dev v3.1.0 to Staging
  • Loading branch information
siddique-adobe authored Oct 8, 2024
2 parents 524a698 + 3583bf1 commit 167b7c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.caching=true
android.useAndroidX=true

moduleName=optimize
moduleVersion=3.0.2
moduleVersion=3.1.0

#Maven artifact
mavenRepoName=AdobeMobileOptimizeSdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class OptimizeTestConstants {

static final String EXTENSION_VERSION = "3.0.2";
static final String EXTENSION_VERSION = "3.1.0";
public static final String LOG_TAG = "OptimizeTest";
static final String CONFIG_DATA_STORE = "AdobeMobile_ConfigState";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class OptimizeConstants {
static final String LOG_TAG = "Optimize";
static final String EXTENSION_VERSION = "3.0.2";
static final String EXTENSION_VERSION = "3.1.0";
static final String EXTENSION_NAME = "com.adobe.optimize";
static final String FRIENDLY_NAME = "Optimize";
static final long DEFAULT_RESPONSE_CALLBACK_TIMEOUT = 500L;
Expand Down

0 comments on commit 167b7c9

Please sign in to comment.