Skip to content

Commit

Permalink
Merge pull request #93 from AppsFlyerSDK/releases/6.x.x/6.13.x/6.13.0…
Browse files Browse the repository at this point in the history
…-rc1

Releases/6.x.x/6.13.x/6.13.0 rc1
  • Loading branch information
morisgateno-appsflyer authored Feb 15, 2024
2 parents 6ff19e0 + facd19d commit 87999ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.13.0


### 6.12.2
* Update Android SDK to v6.12.2

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.12.2`
Built with AppsFlyer Android SDK `v6.13.0`

## Table of content

Expand Down Expand Up @@ -95,7 +95,7 @@ And to start the AppsFlyer SDK, use `void startAppsFlyer(Context context)` API.

Add the AppsFlyer Segment Integration dependency to your app `build.gradle` file.
```java
implementation 'com.appsflyer:segment-android-integration:6.12.2'
implementation 'com.appsflyer:segment-android-integration:6.13.0'
implementation '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 @@ -39,7 +39,7 @@ android {

dependencies {
testImplementation 'androidx.test.ext:junit:1.1.5'
implementation 'com.appsflyer:af-android-sdk:6.12.2'
api 'com.appsflyer:af-android-sdk:6.13.0'
compileOnly 'com.android.installreferrer:installreferrer:2.1'
compileOnly 'com.segment.analytics.android:analytics:4.+'
testImplementation 'androidx.test:core:1.4.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public Integration<AppsFlyerLib> create(ValueMap settings, Analytics analytics)
listener = new ConversionListener(analytics);
}

AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.12.2"));
AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.13.0"));
afLib.setDebugLog(logger.logLevel != Analytics.LogLevel.NONE);
afLib.init(devKey, listener, application.getApplicationContext());
if (deepLinkListener != null)
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=14
VERSION_NAME=6.12.2
VERSION_CODE=15
VERSION_NAME=6.13.0
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.12.2'
implementation 'com.appsflyer:af-android-sdk:6.13.0'
implementation 'com.segment.analytics.android:analytics:4.+'
implementation 'com.android.installreferrer:installreferrer:2.1'
}

0 comments on commit 87999ba

Please sign in to comment.