Skip to content

Commit b319588

Browse files
revert the dependency state to the last one that was reviewed
1 parent 72f5029 commit b319588

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ configurations {
2929
dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
3131

32-
implementation 'androidx.annotation:annotation:1.1.0'
33-
3432
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3533
androidTestImplementation 'androidx.test:runner:1.2.0'
3634
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3735

3836
// Branch
3937
api 'io.branch.sdk.android:library:4.2.0'
40-
// javadocDeps 'io.branch.sdk.android:library:4.2.0'
38+
javadocDeps 'io.branch.sdk.android:library:4.2.0'
4139

4240
// Adobe
4341
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:1.0.1'

0 commit comments

Comments
 (0)