Skip to content

Commit a173ab9

Browse files
Merge pull request #2 from BranchMetrics/RELEASE/1.0.0
Release v1.0.0
2 parents b2184fe + 7537f56 commit a173ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here's a brief outline of how to use the AdobeBranchExtension in your app:
4040

4141
5. 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

4545
6. Register the Branch `AdobeBranchExtension` with `MobileCore` in `configureWithAppID`:
4646

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
VERSION_CODE=1
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK
19-
POM_ARTIFACT_ID=adobebranch
19+
POM_ARTIFACT_ID=adobebranchextension
2020
POM_PACKAGING=aar
2121

2222
POM_DESCRIPTION=This SDK is a Branch integration with the Adobe Launch platform

0 commit comments

Comments
 (0)