Skip to content

Commit 98a338d

Browse files
Merge pull request #5 from BranchMetrics/SDK-281/pinning_adobe_version
SDK-281 - Update Branch and Adobe Launch versions
2 parents 19e32c9 + dbda3f9 commit 98a338d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ dependencies {
3737
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3838

3939
// Branch
40-
api 'io.branch.sdk.android:library:3.1.1'
41-
javadocDeps 'io.branch.sdk.android:library:3.1.1'
40+
api 'io.branch.sdk.android:library:3.2.0'
41+
javadocDeps 'io.branch.sdk.android:library:3.2.0'
4242

4343
// Adobe
44-
implementation 'com.adobe.marketing.mobile:userprofile:1+'
45-
implementation 'com.adobe.marketing.mobile:sdk-core:1+'
44+
implementation 'com.adobe.marketing.mobile:userprofile:1.0.1'
45+
implementation 'com.adobe.marketing.mobile:sdk-core:1.3.1'
4646
}
4747

4848
//------------- Javadocs ---------------//

0 commit comments

Comments
 (0)