Skip to content

Commit c2b9b55

Browse files
Merge pull request #25 from BranchMetrics/SDK-1424
[SDK-1424] Updated the plugin_name to AdobeBranchExtension
2 parents f7d40a4 + ce0dbbd commit c2b9b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdobeBranchExtension/src/main/java/io/branch/adobe/extension/AdobeBranch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AdobeBranch {
4343
* @return An initialized {@link Branch} object
4444
*/
4545
public static Branch getAutoInstance(@NonNull Context context) {
46-
Branch.registerPlugin("AdobeBranchExtension-Android", BuildConfig.VERSION_NAME);
46+
Branch.registerPlugin("AdobeBranchExtension", BuildConfig.VERSION_NAME);
4747
return Branch.getAutoInstance(context);
4848
}
4949

0 commit comments

Comments
 (0)