File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
3434 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
3535
3636 // Branch
37- api ' io.branch.sdk.android:library:5.0.3 '
38- javadocDeps ' io.branch.sdk.android:library:5.0.3 '
37+ api ' io.branch.sdk.android:library:5.0.7 '
38+ javadocDeps ' io.branch.sdk.android:library:5.0.7 '
3939 implementation (' com.google.android.gms:play-services-ads-identifier:17.0.0' )
4040 // for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
4141 // 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
2+ - v1.3.1
3+ * April 23, 2021
4+ * Update Branch Android SDK to 5.0.7
5+ * Add api to filter events by name
6+
27- v1.3.0
38 * _ * Master Release* _ - September 14, 2020
49 * Pick up Adobe IDs more intelligently
2025
2126- v1.1.2
2227 * _ * Master Release* _ - November 19, 2019
23- * Automatically pick up Adobe ID and pass it to Branch
28+ * Automatically pick up Adobe ID and pass it to Branch
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ 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.0
14+ VERSION_NAME =1.3.1
1515VERSION_CODE =010300
1616GROUP =io.branch.sdk.android
1717
You can’t perform that action at this time.
0 commit comments