Skip to content

Commit

Permalink
Merge pull request #109 from adobe/version-3.2.0-update
Browse files Browse the repository at this point in the history
Updating version to 3.2.0
  • Loading branch information
navratan-soni authored Nov 20, 2024
2 parents 24722b8 + 6e7c78f commit 353ddb9
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.1.0
moduleVersion=3.2.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.1.0";
static final String EXTENSION_VERSION = "3.2.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.1.0";
static final String EXTENSION_VERSION = "3.2.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 353ddb9

Please sign in to comment.