We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0545f45 commit 72f5029Copy full SHA for 72f5029
AdobeBranchExtension/build.gradle
@@ -29,15 +29,15 @@ configurations {
29
dependencies {
30
implementation fileTree(dir: 'libs', include: ['*.jar'])
31
32
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.annotation:annotation:1.1.0'
33
34
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
35
androidTestImplementation 'androidx.test:runner:1.2.0'
36
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
37
38
// Branch
39
api 'io.branch.sdk.android:library:4.2.0'
40
- javadocDeps 'io.branch.sdk.android:library:4.2.0'
+// javadocDeps 'io.branch.sdk.android:library:4.2.0'
41
42
// Adobe
43
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:1.0.1'
0 commit comments