Skip to content

Commit

Permalink
Merge pull request #37 from AppsFlyerSDK/dev/RD-55004
Browse files Browse the repository at this point in the history
update to 6.1.4
  • Loading branch information
af-margot authored Jan 14, 2021
2 parents efac1df + 032529c commit d5641ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

### 6.1.1
* Update Android SDK to v6.1.4

### 6.1.1
* Update Android SDK to v6.1.1
* Support for Unified deep linking
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can track installs, updates and sessions and also track additional in-app ev

---

Built with AppsFlyer Android SDK `v6.1.1`
Built with AppsFlyer Android SDK `v6.1.4`

## Table of content

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation 'com.appsflyer:af-android-sdk:6.1.1'
implementation 'com.appsflyer:af-android-sdk:6.1.4'
compileOnly 'com.android.installreferrer:installreferrer:2.1'
compileOnly 'com.segment.analytics.android:analytics:4.+'
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
GROUP=com.appsflyer

VERSION_CODE=2
VERSION_NAME=6.1.1
VERSION_NAME=6.1.4
POM_ARTIFACT_ID=segment-android-integration
POM_PACKAGING=aar

Expand Down
2 changes: 1 addition & 1 deletion segmenttestapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation project(path: ':app')
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.appsflyer:af-android-sdk:6.1.1'
implementation 'com.appsflyer:af-android-sdk:6.1.4'
//noinspection GradleDynamicVersion
implementation 'com.segment.analytics.android:analytics:4.+'
// compile 'com.appsflyer:segment-android-integration:5.4.4'
Expand Down

0 comments on commit d5641ef

Please sign in to comment.