diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d1936a0..5318343 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/Readme.md b/Readme.md index a0a0eed..88bbcb2 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 6ba4bf3..2ad650f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 61cca29..72dfefc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/segmenttestapp/build.gradle b/segmenttestapp/build.gradle index f356519..547d22a 100644 --- a/segmenttestapp/build.gradle +++ b/segmenttestapp/build.gradle @@ -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'