Skip to content

Commit

Permalink
update to 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot committed Nov 2, 2021
1 parent f76b2b8 commit e4758d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.4.1
* Update Android SDK to v6.4.1

### 6.4.0
* Update Android SDK to v6.4.0

Expand Down
4 changes: 2 additions & 2 deletions 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.4.0`
Built with AppsFlyer Android SDK `v6.4.1`

## Table of content

Expand Down Expand Up @@ -76,7 +76,7 @@ AppsFlyer supports the `identify` and `track` methods.

Add the AppsFlyer Segment Integration dependency to your app `build.gradle` file.
```java
compile 'com.appsflyer:segment-android-integration:6.4.0'
compile 'com.appsflyer:segment-android-integration:6.4.1'
compile 'com.android.installreferrer:installreferrer:2.1'
```

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.4.0'
implementation 'com.appsflyer:af-android-sdk:6.4.1'
compileOnly 'com.android.installreferrer:installreferrer:2.1'
compileOnly 'com.segment.analytics.android:analytics:4.+'
testImplementation 'junit:junit:4.12'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

GROUP=com.appsflyer

VERSION_CODE=5
VERSION_NAME=6.4.0
VERSION_CODE=6
VERSION_NAME=6.4.1
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:28.0.0'
implementation 'com.appsflyer:af-android-sdk:6.4.0'
implementation 'com.appsflyer:af-android-sdk:6.4.1'
//noinspection GradleDynamicVersion
implementation 'com.segment.analytics.android:analytics:4.+'
// compile 'com.appsflyer:segment-android-integration:6.3.2'
Expand Down

0 comments on commit e4758d7

Please sign in to comment.