Skip to content

Commit f6e7428

Browse files
authored
Merge pull request #61 from AppsFlyerSDK/dev/RD-93368/6.8.2
Dev/rd 93368/6.8.2
2 parents 438da95 + bb9675f commit f6e7428

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
implementation 'com.appsflyer:af-android-sdk:6.8.0'
25+
implementation 'com.appsflyer:af-android-sdk:6.8.2'
2626
compileOnly 'com.android.installreferrer:installreferrer:2.1'
2727
compileOnly 'com.segment.analytics.android:analytics:4.+'
2828
testImplementation 'junit:junit:4.12'

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=9
23-
VERSION_NAME=6.8.0
22+
VERSION_CODE=10
23+
VERSION_NAME=6.8.2
2424
POM_ARTIFACT_ID=segment-android-integration
2525
POM_PACKAGING=aar
2626

segmenttestapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ 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.0'
30+
implementation 'com.appsflyer:af-android-sdk:6.8.2'
3131
//noinspection GradleDynamicVersion
3232
implementation 'com.segment.analytics.android:analytics:4.+'
33-
// compile 'com.appsflyer:segment-android-integration:6.8.0'
33+
// compile 'com.appsflyer:segment-android-integration:6.8.2'
3434
implementation 'com.android.installreferrer:installreferrer:2.1'
3535
//compile project(':app')
3636
// compile 'com.google.firebase:firebase-crash:9.4.0'

0 commit comments

Comments
 (0)