File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Here's a brief outline of how to use the AdobeBranchExtension in your app:
4040
41415 . Add the AdobeBranchExtension to your app's build.gradle.
4242
43- implementation 'io.branch.sdk.android:adobebranch :1.0.0 '
43+ implementation 'io.branch.sdk.android:adobebranchextension :1.+ '
4444
45456 . Register the Branch ` AdobeBranchExtension ` with ` MobileCore ` in ` configureWithAppID ` :
4646
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ org.gradle.jvmargs=-Xmx1536m
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313# org.gradle.parallel=true
14- VERSION_NAME =0 .0.1
14+ VERSION_NAME =1 .0.0
1515VERSION_CODE =1
1616GROUP =io.branch.sdk.android
1717
1818POM_NAME =Branch Adobe Android SDK
19- POM_ARTIFACT_ID =adobebranch
19+ POM_ARTIFACT_ID =adobebranchextension
2020POM_PACKAGING =aar
2121
2222POM_DESCRIPTION =This SDK is a Branch integration with the Adobe Launch platform
You can’t perform that action at this time.
0 commit comments