Skip to content

Commit d99dfda

Browse files
Merge pull request #65 from AppsFlyerSDK/dev/DELIVERY-27067
release configuration changes
2 parents 45989ae + 33623f9 commit d99dfda

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
### 6.10.1
4+
* Update Android SDK to v6.10.1
5+
* Added unit tests.
6+
* Added github workflows.
7+
38
### 6.8.2
49
* Update Android SDK to v6.8.2
510

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can track installs, updates and sessions and also track additional in-app ev
2121

2222
---
2323

24-
Built with AppsFlyer Android SDK `v6.8.2`
24+
Built with AppsFlyer Android SDK `v6.10.1`
2525

2626
## Table of content
2727

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
dependencies {
4141
implementation 'androidx.test.ext:junit:1.1.5'
42-
implementation 'com.appsflyer:af-android-sdk:6.8.2'
42+
implementation 'com.appsflyer:af-android-sdk:6.10.1'
4343
compileOnly 'com.android.installreferrer:installreferrer:2.1'
4444
compileOnly 'com.segment.analytics.android:analytics:4.+'
4545
testImplementation 'androidx.test:core:1.4.0'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
GROUP=com.appsflyer
2121

22-
VERSION_CODE=10
23-
VERSION_NAME=6.8.2
22+
VERSION_CODE=11
23+
VERSION_NAME=6.10.1
2424
POM_ARTIFACT_ID=segment-android-integration
2525
POM_PACKAGING=aar
2626

segmenttestapp/build.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ dependencies {
2727
implementation project(path: ':app')
2828
testImplementation 'junit:junit:4.12'
2929
implementation 'com.android.support:appcompat-v7:28.0.0'
30-
implementation 'com.appsflyer:af-android-sdk:6.8.2'
31-
//noinspection GradleDynamicVersion
30+
implementation 'com.appsflyer:af-android-sdk:6.10.1'
3231
implementation 'com.segment.analytics.android:analytics:4.+'
33-
// compile 'com.appsflyer:segment-android-integration:6.8.2'
3432
implementation 'com.android.installreferrer:installreferrer:2.1'
35-
//compile project(':app')
36-
// compile 'com.google.firebase:firebase-crash:9.4.0'
37-
}
38-
//apply plugin: 'com.google.gms.google-services'
33+
}

segmenttestapp/src/main/java/com/appsflyer/segment/app/SampleApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class SampleApplication extends Application {
1616

1717

18-
static final String SEGMENT_WRITE_KEY = "<SEGMENT_KEY>";
18+
static final String SEGMENT_WRITE_KEY = "<SEGMENT_WRITE_KEY>";
1919
static final String TAG = "SEG_AF";
2020

2121
@Override public void onCreate() {

0 commit comments

Comments
 (0)