Skip to content

Commit

Permalink
Commited from github action - prepaing the repo for QA.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Feb 15, 2024
1 parent 04d3c98 commit e639c76
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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'
api '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
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

GROUP=com.appsflyer

VERSION_CODE=14
VERSION_NAME=6.12.2
POM_ARTIFACT_ID=segment-android-integration
VERSION_CODE=15
VERSION_NAME=6.13.0-rc1
POM_ARTIFACT_ID=segment-android-integration-beta
POM_PACKAGING=aar

POM_NAME=AppsFlyer Integration
Expand Down
Empty file added releasenotes.6.13.0
Empty file.
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 e639c76

Please sign in to comment.