File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
3333
3434 // Branch
35- api ' io.branch.sdk.android:library:5.1.5 '
35+ api ' io.branch.sdk.android:library:5.2.7 '
3636 implementation (' com.google.android.gms:play-services-ads-identifier:17.0.0' )
3737 // for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
3838 // leave it up to the client to add it following Branch documentation here: https://help.branch.io/developers-hub/docs/android-basic-integration
Original file line number Diff line number Diff line change 11# Adobe Branch SDK Extension change log
22
3+ - v1.4.0
4+ * January 12, 2023
5+ * Update Branch Android SDK to 5.2.7
6+
37- v1.3.5
48 * June 2, 2022
59 * Update Branch Android SDK to 5.1.5
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ org.gradle.jvmargs=-Xmx1536m
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313# org.gradle.parallel=true
14- VERSION_NAME =1.3.5
15- VERSION_CODE =010305
14+ VERSION_NAME =1.4.0
15+ VERSION_CODE =010400
1616GROUP =io.branch.sdk.android
1717
1818POM_NAME =Branch Adobe Android SDK
@@ -31,14 +31,13 @@ POM_DEVELOPER_ID=branch
3131POM_DEVELOPER_NAME =Branch Metrics
3232
3333PLAY_SERVICE_VERSION =11.0.2
34- BUILD_TOOLS_VERSION =29 .0.0
34+ BUILD_TOOLS_VERSION =30 .0.2
3535SUPPORT_LIB_VERSION =26.0.0
3636
37-
38- ANDROID_BUILD_TARGET_SDK_MINIMUM =16
39- ANDROID_BUILD_TARGET_SDK_VERSION =29
40- ANDROID_BUILD_TOOLS_VERSION =29.0.0
41- ANDROID_BUILD_SDK_VERSION =29
37+ ANDROID_BUILD_TARGET_SDK_MINIMUM =21
38+ ANDROID_BUILD_TARGET_SDK_VERSION =32
39+ ANDROID_BUILD_TOOLS_VERSION =30.0.2
40+ ANDROID_BUILD_SDK_VERSION =32
4241
4342android.useAndroidX =true
4443android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments