Skip to content

Commit

Permalink
Merge pull request #64 from prudrabhat/uplevel_2.1.1
Browse files Browse the repository at this point in the history
Update library version to 2.1.1
  • Loading branch information
prudrabhat authored Jul 19, 2023
2 parents 3fcf4f9 + caa1f1f commit b20986e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Assurance {

public static final Class<? extends Extension> EXTENSION = AssuranceExtension.class;
public static final String LOG_TAG = "Assurance";
public static final String EXTENSION_VERSION = "2.1.0";
public static final String EXTENSION_VERSION = "2.1.1";
public static final String EXTENSION_NAME = "com.adobe.assurance";
public static final String EXTENSION_FRIENDLY_NAME = "Assurance";

Expand Down
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ org.gradle.configureondemand = false
moduleProjectName=assurance
moduleName=assurance
moduleAARName=assurance-phone-release.aar
moduleVersion=2.1.0
moduleVersion=2.1.1

mavenRepoName=AdobeMobileAssurance
mavenRepoDescription=Android Assurance Extension for Adobe Mobile Marketing
Expand Down

0 comments on commit b20986e

Please sign in to comment.