Skip to content

Commit

Permalink
Merge pull request #61 from AppsFlyerSDK/dev/RD-93368/6.8.2
Browse files Browse the repository at this point in the history
Dev/rd 93368/6.8.2
  • Loading branch information
af-margot authored Aug 31, 2022
2 parents 438da95 + bb9675f commit f6e7428
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.8.0'
implementation 'com.appsflyer:af-android-sdk:6.8.2'
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=9
VERSION_NAME=6.8.0
VERSION_CODE=10
VERSION_NAME=6.8.2
POM_ARTIFACT_ID=segment-android-integration
POM_PACKAGING=aar

Expand Down
4 changes: 2 additions & 2 deletions segmenttestapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ 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.8.0'
implementation 'com.appsflyer:af-android-sdk:6.8.2'
//noinspection GradleDynamicVersion
implementation 'com.segment.analytics.android:analytics:4.+'
// compile 'com.appsflyer:segment-android-integration:6.8.0'
// compile 'com.appsflyer:segment-android-integration:6.8.2'
implementation 'com.android.installreferrer:installreferrer:2.1'
//compile project(':app')
// compile 'com.google.firebase:firebase-crash:9.4.0'
Expand Down

0 comments on commit f6e7428

Please sign in to comment.