We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d40a4 + ce0dbbd commit c2b9b55Copy full SHA for c2b9b55
AdobeBranchExtension/src/main/java/io/branch/adobe/extension/AdobeBranch.java
@@ -43,7 +43,7 @@ public class AdobeBranch {
43
* @return An initialized {@link Branch} object
44
*/
45
public static Branch getAutoInstance(@NonNull Context context) {
46
- Branch.registerPlugin("AdobeBranchExtension-Android", BuildConfig.VERSION_NAME);
+ Branch.registerPlugin("AdobeBranchExtension", BuildConfig.VERSION_NAME);
47
return Branch.getAutoInstance(context);
48
}
49
0 commit comments