Skip to content

Commit e825987

Browse files
committed
Updated supported Branch Android SDK version to 5.20.0 and updated some dependencies
1 parent 1ac4286 commit e825987

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@ android {
6262

6363
dependencies {
6464
implementation fileTree(dir: 'libs', include: ['*.jar'])
65-
implementation 'androidx.annotation:annotation:1.1.0'
66-
implementation 'com.android.installreferrer:installreferrer:2.1'
65+
implementation 'androidx.annotation:annotation:1.9.1'
66+
implementation 'com.android.installreferrer:installreferrer:2.2'
6767

68-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
69-
androidTestImplementation 'androidx.test:runner:1.3.0'
70-
androidTestImplementation 'androidx.test:rules:1.3.0'
71-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
68+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
69+
androidTestImplementation 'androidx.test:runner:1.7.0'
70+
androidTestImplementation 'androidx.test:rules:1.7.0'
71+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
7272

7373
// Branch
74-
api 'io.branch.sdk.android:library:5.15.0'
74+
api 'io.branch.sdk.android:library:5.20.0'
7575
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
7676
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
7777
// leave it up to the client to add it following Branch documentation here: https://help.branch.io/developers-hub/docs/android-basic-integration
7878
//implementation 'com.huawei.hms:ads-identifier:3.4.28.305'
7979

8080
// Adobe
81-
androidTestImplementation 'com.adobe.marketing.mobile:analytics:3.0.1'
82-
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:3.0.0'
83-
implementation 'com.adobe.marketing.mobile:core:3.2.0'
84-
implementation 'com.adobe.marketing.mobile:lifecycle:3.0.1'
85-
implementation 'com.adobe.marketing.mobile:identity:3.0.1'
86-
implementation 'com.adobe.marketing.mobile:signal:3.0.0'
81+
androidTestImplementation 'com.adobe.marketing.mobile:analytics:3.0.2'
82+
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:3.0.1'
83+
implementation 'com.adobe.marketing.mobile:core:3.5.0'
84+
implementation 'com.adobe.marketing.mobile:lifecycle:3.0.2'
85+
implementation 'com.adobe.marketing.mobile:identity:3.0.2'
86+
implementation 'com.adobe.marketing.mobile:signal:3.0.1'
8787

8888
androidTestImplementation project(path: ':AdobeBranchExtension')
8989
}

0 commit comments

Comments
 (0)