Skip to content

Commit 72f5029

Browse files
replace support lib with just the annotations lib and stub out javadocDeps gradle dependency because it currently fails
1 parent 0545f45 commit 72f5029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdobeBranchExtension/build.gradle

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

32-
implementation 'androidx.appcompat:appcompat:1.1.0'
32+
implementation 'androidx.annotation:annotation:1.1.0'
3333

3434
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3535
androidTestImplementation 'androidx.test:runner:1.2.0'
3636
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3737

3838
// Branch
3939
api 'io.branch.sdk.android:library:4.2.0'
40-
javadocDeps 'io.branch.sdk.android:library:4.2.0'
40+
// javadocDeps 'io.branch.sdk.android:library:4.2.0'
4141

4242
// Adobe
4343
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:1.0.1'

0 commit comments

Comments
 (0)